[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: augustus: Update to 1.4.1a.
From: |
guix-commits |
Subject: |
02/02: gnu: augustus: Update to 1.4.1a. |
Date: |
Tue, 27 Oct 2020 16:29:09 -0400 (EDT) |
ambrevar pushed a commit to branch master
in repository guix.
commit 616ca726d33c3aadb14dce0716e27778f46182e3
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Tue Oct 27 21:27:57 2020 +0100
gnu: augustus: Update to 1.4.1a.
* gnu/packages/games.scm (augustus): Update to 1.4.1a.
---
gnu/packages/games.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 696e3f1..2b60444 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