GNU bug report logs - #73130
[PATCH] gnu: stow: Update to 2.4.1.

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Mon, 9 Sep 2024 03:09:01 UTC

Severity: normal

Tags: patch

Done: Z572 <zhengjunjie <at> iscas.ac.cn>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Andy Tai <atai <at> atai.org>
To: 73130 <at> debbugs.gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [bug#73130] [PATCH] gnu: stow: Update to 2.4.1.
Date: Sun,  8 Sep 2024 20:08:06 -0700
* gnu/packages/package-management.scm (stow): Update to 2.4.1.

Change-Id: I28ff07561a425642595cd64741585c0d3746db9f
---
 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 14ae6dd4ff..41eef92742 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -904,14 +904,14 @@ (define-public nix
 (define-public stow
   (package
     (name "stow")
-    (version "2.4.0")
+    (version "2.4.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/stow/stow-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "07bn3n5n8spl2vabgyl8db5dyp690qn3x92ij4ynvayyck7ngvbg"))))
+                "02vqi0mwvs3z3bgyn2411bgnjxlw2qip56kax2zh6wr0zisiwrra"))))
     (build-system gnu-build-system)
     (inputs
      (list perl))

base-commit: 123b7226a0442ee4103c04064d453421424d5fac
-- 
2.34.1





This bug report was last modified 306 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.