mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: hello: Update to 2.12.2.
* gnu/packages/base.scm (hello): Update to 2.12.2. Change-Id: I15252aea92f98012e4635623d34c27b4c2293c8f Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
155e7e5913
commit
cf619ef5d7
1 changed files with 2 additions and 2 deletions
|
|
@ -99,14 +99,14 @@
|
|||
(define-public hello
|
||||
(package
|
||||
(name "hello")
|
||||
(version "2.12.1")
|
||||
(version "2.12.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/hello/hello-" version
|
||||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"086vqwk2wl8zfs47sq2xpjc9k066ilmb8z6dn0q6ymwjzlm196cd"))))
|
||||
"1aqq1379syjckf0wdn9vs6wfbapnj9zfikhiykf29k4jq9nrk6js"))))
|
||||
(build-system gnu-build-system)
|
||||
(synopsis "Example GNU package")
|
||||
(description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue