all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#70270] [PATCH] gnu: stow: Update to 2.4.0
@ 2024-04-08  1:23 Andy Tai
       [not found] ` <handler.70270.B.171253943819156.ack@debbugs.gnu.org>
  2024-04-09 17:14 ` bug#70270: [PATCH] gnu: stow: Update to 2.4.0 Christopher Baines
  0 siblings, 2 replies; 3+ messages in thread
From: Andy Tai @ 2024-04-08  1:23 UTC (permalink / raw)
  To: 70270; +Cc: Andy Tai

* gnu/packages/package-management.scm (stow): Update to 2.4.0

Change-Id: Icc5b81b98fc3dc53d03430fa90c2793e7ef8970d
---
 gnu/packages/package-management.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm
index 289ee7e8d6..247807c394 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -899,14 +899,14 @@ (define-public nix
 (define-public stow
   (package
     (name "stow")
-    (version "2.3.1")
+    (version "2.4.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/stow/stow-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0jrxy12ywn7smdzdnvwzjw77l6knx6jkj2rckgykg1dpf6bdkm89"))))
+                "07bn3n5n8spl2vabgyl8db5dyp690qn3x92ij4ynvayyck7ngvbg"))))
     (build-system gnu-build-system)
     (inputs
      (list perl))

base-commit: 49f82fca4130ffcfb16aa0cf89750ab56fb99ad7
-- 
2.34.1





^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-04-09 17:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-08  1:23 [bug#70270] [PATCH] gnu: stow: Update to 2.4.0 Andy Tai
     [not found] ` <handler.70270.B.171253943819156.ack@debbugs.gnu.org>
2024-04-08 20:24   ` [bug#70270] Acknowledgement ([PATCH] gnu: stow: Update to 2.4.0) Andy Tai
2024-04-09 17:14 ` bug#70270: [PATCH] gnu: stow: Update to 2.4.0 Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.