me
/
guix
Archived
1
0
Fork 0

gnu: seahorse-adventures: Update to 1.3.

* gnu/packages/games.scm (seahorse-adventures): Update to 1.3.
master
Nicolas Goaziou 2020-12-26 09:50:43 +01:00
parent 9302c28cbc
commit 7be871bb69
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -2126,7 +2126,7 @@ can be explored and changed freely.")
(define-public seahorse-adventures (define-public seahorse-adventures
(package (package
(name "seahorse-adventures") (name "seahorse-adventures")
(version "1.2") (version "1.3")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2135,7 +2135,7 @@ can be explored and changed freely.")
(commit (string-append "release-" version)))) (commit (string-append "release-" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1rnvk06npaqcpjz5z6xcmssz61i32s422lydp49vrnf3j2g4yimd")) (base32 "0m53jh2gchzr7rs35hml6lbvc5kb5hp229wlfqa09098b7hhl15a"))
(modules '((guix build utils) (modules '((guix build utils)
(ice-9 ftw) (ice-9 ftw)
(srfi srfi-1))) (srfi srfi-1)))