diff options
author | Naga Malleswari <nagamalli@riseup.net> | 2020-04-02 00:29:50 +0530 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2020-04-04 12:14:20 +0200 |
commit | 49dcd7fc2fc55be4a7d92ee8100df13a3a2b0c9c (patch) | |
tree | cecde28d0561167a8db157685660bb1e9b9050d3 /gnu/packages/gnome.scm | |
parent | cdbbb94c69e954cc179949b6bb49fedd3d2c3468 (diff) | |
download | patches-49dcd7fc2fc55be4a7d92ee8100df13a3a2b0c9c.tar patches-49dcd7fc2fc55be4a7d92ee8100df13a3a2b0c9c.tar.gz |
gnu: gnome-online-miners: Update to 3.34.0.
* gnu/packages/gnome.scm (gnome-online-miners): Update to 3.34.0.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 656ea6f904..80174cedf9 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -334,7 +334,7 @@ in the GNOME desktop.") (define-public gnome-online-miners (package (name "gnome-online-miners") - (version "3.30.0") + (version "3.34.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -342,7 +342,7 @@ in the GNOME desktop.") name "-" version ".tar.xz")) (sha256 (base32 - "0pjamwwzn5wqgihyss357dyl2q70r0bngnqmwsqawchx5f9aja9c")))) + "1n2jz9i8a42zwxx5h8j2gdy6q1vyydh4vl00r0al7w8jzdh24p44")))) (build-system glib-or-gtk-build-system) (native-inputs `(("gettext" ,gettext-minimal) |