guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: seahorse-adventures: Update to 1.4.


From: guix-commits
Subject: 01/03: gnu: seahorse-adventures: Update to 1.4.
Date: Mon, 7 Feb 2022 18:07:30 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 58f9e034ba305aa5baec7d17b5dba58154c359f2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Feb 7 23:59:01 2022 +0100

    gnu: seahorse-adventures: Update to 1.4.
    
    * gnu/packages/games.scm (seahorse-adventures): Update to 1.4.
---
 gnu/packages/games.scm | 6 +++---
 1 file 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]