mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: remake: Update to 4.3-1.6.
* gnu/packages/debug.scm (remake): Update to 4.3-1.6.
This commit is contained in:
parent
4147c43a9c
commit
859a10a47d
1 changed files with 2 additions and 2 deletions
|
@ -597,7 +597,7 @@ (define-public scanmem
|
|||
(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 @@ (define-public remake
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue