gnu: findnewest: Update to 0.3.
* gnu/packages/version-control.scm (findnewest): Update to 0.3.
This commit is contained in:
parent
db0c709b9a
commit
9c7e7eadfa
|
@ -984,7 +984,7 @@ output of the 'git' command.")
|
||||||
(define-public findnewest
|
(define-public findnewest
|
||||||
(package
|
(package
|
||||||
(name "findnewest")
|
(name "findnewest")
|
||||||
(version "0.2")
|
(version "0.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -992,7 +992,7 @@ output of the 'git' command.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0zlflad568y203yc5ynf1nxi2szn2pmbf1lvz6yk77kjyrpw7zxg"))))
|
"1ydis4y0amkgfr4y60sn076f1l41ya2kn89kfd9fqf44f9ccgb5r"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases (modify-phases %standard-phases
|
'(#:phases (modify-phases %standard-phases
|
||||||
|
|
Loading…
Reference in New Issue