mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 11:32:21 +02:00
gnu: hello: Update to 2.12.3.
* gnu/packages/base.scm (hello): Update to 2.12.3. Change-Id: Ia510c8c299b77d10ba949da03e68fd2be731b296 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
@@ -99,14 +99,14 @@
|
|||||||
(define-public hello
|
(define-public hello
|
||||||
(package
|
(package
|
||||||
(name "hello")
|
(name "hello")
|
||||||
(version "2.12.2")
|
(version "2.12.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/hello/hello-" version
|
(uri (string-append "mirror://gnu/hello/hello-" version
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1aqq1379syjckf0wdn9vs6wfbapnj9zfikhiykf29k4jq9nrk6js"))))
|
"183a6rxnhixiyykd7qis0y9g9cfqhpkk872a245y3zl28can0pqd"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(synopsis "Example GNU package")
|
(synopsis "Example GNU package")
|
||||||
(description
|
(description
|
||||||
|
|||||||
Reference in New Issue
Block a user