From fcfa0490a5e89545a928e3a3beccc9206b2ef112 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Sun, 10 Jan 2021 14:44:35 +0100 Subject: 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(-) (limited to 'gnu/packages/games.scm') diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index d53583168e..c5d2ff6048 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -1360,7 +1360,7 @@ (define-public augustus (package (inherit julius) (name "augustus") - (version "1.4.1a") + (version "2.0.1") (source (origin (method git-fetch) @@ -1369,7 +1369,7 @@ (define-public augustus (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 -- cgit v1.2.3