mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: seahorse-adventures: Update to 1.3.
* gnu/packages/games.scm (seahorse-adventures): Update to 1.3.
This commit is contained in:
parent
9302c28cbc
commit
7be871bb69
1 changed files with 2 additions and 2 deletions
|
@ -2126,7 +2126,7 @@ (define-public roguebox-adventures
|
|||
(define-public seahorse-adventures
|
||||
(package
|
||||
(name "seahorse-adventures")
|
||||
(version "1.2")
|
||||
(version "1.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2135,7 +2135,7 @@ (define-public seahorse-adventures
|
|||
(commit (string-append "release-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1rnvk06npaqcpjz5z6xcmssz61i32s422lydp49vrnf3j2g4yimd"))
|
||||
(base32 "0m53jh2gchzr7rs35hml6lbvc5kb5hp229wlfqa09098b7hhl15a"))
|
||||
(modules '((guix build utils)
|
||||
(ice-9 ftw)
|
||||
(srfi srfi-1)))
|
||||
|
|
Loading…
Reference in a new issue