summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/base.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index b699d7eedc8..363453b8a9a 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -99,14 +99,14 @@
99(define-public hello 99(define-public hello
100 (package 100 (package
101 (name "hello") 101 (name "hello")
102 (version "2.12.2") 102 (version "2.12.3")
103 (source (origin 103 (source (origin
104 (method url-fetch) 104 (method url-fetch)
105 (uri (string-append "mirror://gnu/hello/hello-" version 105 (uri (string-append "mirror://gnu/hello/hello-" version
106 ".tar.gz")) 106 ".tar.gz"))
107 (sha256 107 (sha256
108 (base32 108 (base32
109 "1aqq1379syjckf0wdn9vs6wfbapnj9zfikhiykf29k4jq9nrk6js")))) 109 "183a6rxnhixiyykd7qis0y9g9cfqhpkk872a245y3zl28can0pqd"))))
110 (build-system gnu-build-system) 110 (build-system gnu-build-system)
111 (synopsis "Example GNU package") 111 (synopsis "Example GNU package")
112 (description 112 (description