aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Neidhardt <mail@ambrevar.xyz>2020-10-27 21:27:57 +0100
committerPierre Neidhardt <mail@ambrevar.xyz>2020-10-27 21:28:46 +0100
commit616ca726d33c3aadb14dce0716e27778f46182e3 (patch)
tree353e2141972c03f6777e61c695cef9bb64cb118b
parent6d31f7dec4e537d93106dc05ada7d8b9711e65ab (diff)
downloadguix-616ca726d33c3aadb14dce0716e27778f46182e3.tar
guix-616ca726d33c3aadb14dce0716e27778f46182e3.tar.gz
gnu: augustus: Update to 1.4.1a.
* gnu/packages/games.scm (augustus): Update to 1.4.1a.
-rw-r--r--gnu/packages/games.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 696e3f1cc4..2b60444267 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1222,7 +1222,7 @@ does not include game data.")
(package
(inherit julius)
(name "augustus")
- (version (package-version julius))
+ (version "1.4.1a")
(source
(origin
(method git-fetch)
@@ -1231,7 +1231,7 @@ does not include game data.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0ii0w0iwa9zv5bbqfcps5mxifd796m6fw4gvjf09pkm3yjgqc0ag"))
+ (base32 "1xqv8j8jh3f13fjhyf7hk1anrn799cwwsvsd75kpl9n5yh5s1j5y"))
;; Remove unused bundled libraries.
(modules '((guix build utils)))
(snippet