diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2020-04-23 19:44:18 -0400 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2020-05-12 10:49:55 -0400 |
commit | b8ce83253d5b7c20cdad028a60b22ba26942948b (patch) | |
tree | 50e995141c9376dab3d10bc17019980b1ff92538 | |
parent | a5320e9998d7d5bc6559463a5dee82c4c0ed66ce (diff) | |
download | guix-b8ce83253d5b7c20cdad028a60b22ba26942948b.tar.gz |
gnu: gnome-screenshot: Update to 3.36.0.
* gnu/packages/gnome.scm (gnome-screenshot): Update to 3.36.0.
-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 6a371b6439..6c129de05c 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7709,7 +7709,7 @@ can add your own files to the collection.") (define-public gnome-screenshot (package (name "gnome-screenshot") - (version "3.34.0") + (version "3.36.0") (source (origin (method url-fetch) @@ -7718,7 +7718,7 @@ can add your own files to the collection.") name "-" version ".tar.xz")) (sha256 (base32 - "1rmiq890j7gfn5mcz31xy6jfnnxgc17dq67bhn2k9m5ylbvza2n8")))) + "0rhj6fkpxfm26jv3vsn7yb2ybkc2k86ggy23nxa945q74y4msj9k")))) (build-system meson-build-system) (arguments '(#:phases |