gnu: hello: Update to 2.10.

* gnu/packages/base.scm (hello): Update to 2.10.
This commit is contained in:
Ludovic Courtès 2014-11-16 22:10:55 +01:00
parent ecde61914e
commit 7bcf372e84
1 changed files with 2 additions and 2 deletions

View File

@ -45,13 +45,13 @@
(define-public hello (define-public hello
(package (package
(name "hello") (name "hello")
(version "2.9") (version "2.10")
(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 "19qy37gkasc4csb1d3bdiz9snn8mir2p3aj0jgzmfv0r2hi7mfzc")))) (base32 "0ssi1wpaf7plaswqqjwigppsg5fyh99vdlb9kzl7c9lng89ndq1i"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(synopsis "Hello, GNU world: An example GNU package") (synopsis "Hello, GNU world: An example GNU package")
(description (description