gnu: seahorse-adventures: Update to 1.4.

* gnu/packages/games.scm (seahorse-adventures): Update to 1.4.
This commit is contained in:
Nicolas Goaziou 2022-02-07 23:59:01 +01:00
parent 03b8798df1
commit 58f9e034ba
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -2361,16 +2361,16 @@ (define-public roguebox-adventures
(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)))