gnu: hello: Update to 2.12.

* gnu/packages/base.scm (hello): Update to 2.12.
This commit is contained in:
Maxim Cournoyer 2022-03-03 22:44:45 -05:00
parent 0b0b377db8
commit 88d2161517
No known key found for this signature in database
GPG Key ID: 1260E46482E63562

View File

@ -85,14 +85,14 @@
(define-public hello
(package
(name "hello")
(version "2.11")
(version "2.12")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/hello/hello-" version
".tar.gz"))
(sha256
(base32
"1g84a3hqs4pgx3yzs99cysv3iq440ncdw77bf03fsi1w5mby174c"))))
"1ayhp9v4m4rdhjmnl2bq3cibrbqqkgjbl3s7yk2nhlh8vj3ay16g"))))
(build-system gnu-build-system)
(synopsis "Hello, GNU world: An example GNU package")
(description