diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-11-28 12:26:32 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-11-28 12:26:32 +0100 |
commit | 459e4f2a4f2b16daded2aaba20edf3fffa4095f3 (patch) | |
tree | d1e2ada4dcfde3d3b4119087550c26856b42dbcf /gnu/packages/debug.scm | |
parent | a3264f31df9774ea514e18ed8e7b6bcb44061edc (diff) | |
parent | e6bffa99b19fe01067937a4930f1b107bd0ac398 (diff) |
Merge commit 'master' into version-1.4.0
Diffstat (limited to 'gnu/packages/debug.scm')
-rw-r--r-- | gnu/packages/debug.scm | 4 |
1 files 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) |