summaryrefslogtreecommitdiff
path: root/gnu/packages/debug.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/debug.scm')
-rw-r--r--gnu/packages/debug.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm
index 0c7f97b3868..e69d1ce83b5 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.")
597(define-public remake 597(define-public remake
598 (package (inherit gnu-make) 598 (package (inherit gnu-make)
599 (name "remake") 599 (name "remake")
600 (version "4.3-1.5") 600 (version "4.3-1.6")
601 (source (origin 601 (source (origin
602 (method url-fetch) 602 (method url-fetch)
603 (uri (let ((upstream-version 603 (uri (let ((upstream-version
@@ -609,7 +609,7 @@ the position of the variable and allows you to modify its value.")
609 (file-name (string-append "remake-" version ".tar.gz")) 609 (file-name (string-append "remake-" version ".tar.gz"))
610 (sha256 610 (sha256
611 (base32 611 (base32
612 "0xlx2485y0israv2pfghmv74lxcv9i5y65agy69mif76yc4vfvif")) 612 "11vvch8bi0yhjfz7gn92b3xmmm0cgi3qfiyhbnnj89frkhbwd87n"))
613 (patches (search-patches "remake-impure-dirs.patch")))) 613 (patches (search-patches "remake-impure-dirs.patch"))))
614 (inputs 614 (inputs
615 (modify-inputs (package-inputs gnu-make) 615 (modify-inputs (package-inputs gnu-make)