diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-02-07 23:59:01 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-02-07 23:59:01 +0100 |
commit | 58f9e034ba305aa5baec7d17b5dba58154c359f2 (patch) | |
tree | 76a2ffb51b7db915a0db40e30e2762d0bb2163e0 /gnu/packages/games.scm | |
parent | 03b8798df18940e100f239e9e053ab42b156fcd1 (diff) | |
download | guix-58f9e034ba305aa5baec7d17b5dba58154c359f2.tar guix-58f9e034ba305aa5baec7d17b5dba58154c359f2.tar.gz |
gnu: seahorse-adventures: Update to 1.4.
* gnu/packages/games.scm (seahorse-adventures): Update to 1.4.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index f9103c3232..84295888ab 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -2361,16 +2361,16 @@ can be explored and changed freely.") (define-public seahorse-adventures (package (name "seahorse-adventures") - (version "1.3") + (version "1.4") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/dulsi/seahorse-adventures") - (commit (string-append "release-" version)))) + (commit (string-append "Release-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0m53jh2gchzr7rs35hml6lbvc5kb5hp229wlfqa09098b7hhl15a")) + (base32 "1dxysa79cz5mflr2953fyk838h1jwvi1ngn8wlpms0ag35yv21s8")) (modules '((guix build utils) (ice-9 ftw) (srfi srfi-1))) |