guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

22/25: gnu: remake: Update to 4.3-1.6.


From: guix-commits
Subject: 22/25: gnu: remake: Update to 4.3-1.6.
Date: Tue, 22 Nov 2022 02:38:44 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 859a10a47d624167cc2fc603a4bf0c8d618fc9a8
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Nov 22 08:09:10 2022 +0100

    gnu: remake: Update to 4.3-1.6.
    
    * gnu/packages/debug.scm (remake): Update to 4.3-1.6.
---
 gnu/packages/debug.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm
index 0c7f97b386..e69d1ce83b 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -597,7 +597,7 @@ the position of the variable and allows you to modify its 
value.")
 (define-public remake
   (package (inherit gnu-make)
     (name "remake")
-    (version "4.3-1.5")
+    (version "4.3-1.6")
     (source (origin
               (method url-fetch)
               (uri (let ((upstream-version
@@ -609,7 +609,7 @@ the position of the variable and allows you to modify its 
value.")
               (file-name (string-append "remake-" version ".tar.gz"))
               (sha256
                (base32
-                "0xlx2485y0israv2pfghmv74lxcv9i5y65agy69mif76yc4vfvif"))
+                "11vvch8bi0yhjfz7gn92b3xmmm0cgi3qfiyhbnnj89frkhbwd87n"))
               (patches (search-patches "remake-impure-dirs.patch"))))
     (inputs
      (modify-inputs (package-inputs gnu-make)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]