guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: gnome-mines: Update to 40.1.


From: guix-commits
Subject: 02/05: gnu: gnome-mines: Update to 40.1.
Date: Sun, 5 Jun 2022 11:26:05 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 1b6c90815061a60ae0acff5d1dd4ee43b6111028
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 29 02:00:02 2022 +0200

    gnu: gnome-mines: Update to 40.1.
    
    * gnu/packages/gnome.scm (gnome-mines): Update to 40.1.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 57e19cf4ed..9d83c84f44 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4996,7 +4996,7 @@ and other secrets.  It communicates with the \"Secret 
Service\" using DBus.")
 (define-public gnome-mines
   (package
     (name "gnome-mines")
-    (version "40.0")
+    (version "40.1")
     (source
      (origin
        (method url-fetch)
@@ -5004,7 +5004,7 @@ and other secrets.  It communicates with the \"Secret 
Service\" using DBus.")
                            (version-major version) "/"
                            name "-" version ".tar.xz"))
        (sha256
-        (base32 "0sf6kdvhr4pr3hddnj6ql9larz2wy108sri31id6x9g459nbly8z"))))
+        (base32 "0whjwdxhyw5bvibd9qvpm2yc5g7yhy8h3rn027kv5cqwyyryj0im"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t



reply via email to

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