diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-12-04 05:11:40 +0100 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2019-06-20 23:24:36 -0400 |
commit | f7a584f4e37af3916ff818ea3b04230fa607eeb1 (patch) | |
tree | a350b0df4f42ee44fecde8843324094ab5ccbc56 /gnu | |
parent | fd0557f84c03ccfdcab4ba2f6342c87b2bd53264 (diff) | |
download | patches-f7a584f4e37af3916ff818ea3b04230fa607eeb1.tar patches-f7a584f4e37af3916ff818ea3b04230fa607eeb1.tar.gz |
gnu: gnome-mines: Update to 3.30.1.1.
* gnu/packages/gnome.scm (gnome-mines): Update to 3.30.1.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 7ecc468088..a312fce0fc 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2869,7 +2869,7 @@ and other secrets. It communicates with the \"Secret Service\" using DBus.") (define-public gnome-mines (package (name "gnome-mines") - (version "3.28.0") + (version "3.30.1.1") (source (origin (method url-fetch) @@ -2878,7 +2878,7 @@ and other secrets. It communicates with the \"Secret Service\" using DBus.") name "-" version ".tar.xz")) (sha256 (base32 - "16w55hqaxipcv870n9gpn6qiywbqbyg7bjshaa02r75ias8dfxvf")))) + "08ddk400sg1g3q26gnm5mgv81vdqyix0yl7pd47p50vkc1w6f33z")))) (build-system meson-build-system) (arguments `(#:phases |