mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
gnu: hello: Update to 2.10.
* gnu/packages/base.scm (hello): Update to 2.10.
This commit is contained in:
parent
ecde61914e
commit
7bcf372e84
1 changed files with 2 additions and 2 deletions
|
@ -45,13 +45,13 @@ (define-module (gnu packages base)
|
|||
(define-public hello
|
||||
(package
|
||||
(name "hello")
|
||||
(version "2.9")
|
||||
(version "2.10")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/hello/hello-" version
|
||||
".tar.gz"))
|
||||
(sha256
|
||||
(base32 "19qy37gkasc4csb1d3bdiz9snn8mir2p3aj0jgzmfv0r2hi7mfzc"))))
|
||||
(base32 "0ssi1wpaf7plaswqqjwigppsg5fyh99vdlb9kzl7c9lng89ndq1i"))))
|
||||
(build-system gnu-build-system)
|
||||
(synopsis "Hello, GNU world: An example GNU package")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue