guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: augustus: Update to 2.0.1.


From: guix-commits
Subject: branch master updated: gnu: augustus: Update to 2.0.1.
Date: Sun, 10 Jan 2021 08:44:58 -0500

This is an automated email from the git hooks/post-receive script.

ambrevar pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new fcfa049  gnu: augustus: Update to 2.0.1.
fcfa049 is described below

commit fcfa0490a5e89545a928e3a3beccc9206b2ef112
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Sun Jan 10 14:44:35 2021 +0100

    gnu: augustus: Update to 2.0.1.
    
    * gnu/packages/games.scm (augustus): Update to 2.0.1.
---
 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 d535831..c5d2ff6 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1360,7 +1360,7 @@ does not include game data.")
   (package
     (inherit julius)
     (name "augustus")
-    (version "1.4.1a")
+    (version "2.0.1")
     (source
      (origin
        (method git-fetch)
@@ -1369,7 +1369,7 @@ does not include game data.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1xqv8j8jh3f13fjhyf7hk1anrn799cwwsvsd75kpl9n5yh5s1j5y"))
+        (base32 "0czazw8mc3fbvdazs2nzvgxd1dpzjc8z5fwiv89vv4nd7laz3jkj"))
        ;; Remove unused bundled libraries.
        (modules '((guix build utils)))
        (snippet



reply via email to

[Prev in Thread] Current Thread [Next in Thread]