summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-08-29 05:15:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-08-29 05:26:55 +0200
commit583ea8f5d0b111c166c49ac5c94ed3dd026554f4 (patch)
tree8381ffad9d2df6cdcbb0d43d12c8d012dea080a0 /gnu
parent34017e3fea4aaee2e4e0c6616f5646cf665c5d0f (diff)
downloadguix-patches-583ea8f5d0b111c166c49ac5c94ed3dd026554f4.tar
guix-patches-583ea8f5d0b111c166c49ac5c94ed3dd026554f4.tar.gz
gnu: gnome-mines: Update to 3.36.1.
* gnu/packages/gnome.scm (gnome-mines): Update to 3.36.1.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnome.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 969bc28fa2..3778e81516 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4636,7 +4636,7 @@ and other secrets. It communicates with the \"Secret Service\" using DBus.")
(define-public gnome-mines
(package
(name "gnome-mines")
- (version "3.36.0")
+ (version "3.36.1")
(source
(origin
(method url-fetch)
@@ -4644,8 +4644,7 @@ and other secrets. It communicates with the \"Secret Service\" using DBus.")
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
- (base32
- "0m53ymxbgr3rb3yv13fzjwqh6shsfr51abkm47rchsy2jryqkzja"))))
+ (base32 "0m2680r94nk61imym4x73j03jwfjd8cxm592m5ybiqdfdw6i723i"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t