summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-11-11 13:35:18 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-11-11 17:48:02 +0100
commit3f849e7ec76a65009f217f58b8fef3d8c0847b55 (patch)
tree50a6c7337a38e6c75328be19f368a9957c010518 /gnu/packages/gnome.scm
parent0b09364d5f00d2b8b2e341487c6a33ede76bfb9a (diff)
downloadguix-patches-3f849e7ec76a65009f217f58b8fef3d8c0847b55.tar
guix-patches-3f849e7ec76a65009f217f58b8fef3d8c0847b55.tar.gz
gnu: setzer: Update to 0.3.6.
* gnu/packages/gnome.scm (setzer): Update to 0.3.6.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 1a605b50dd..d697de74ab 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11468,7 +11468,7 @@ and toolbars.")
(define-public setzer
(package
(name "setzer")
- (version "0.3.5")
+ (version "0.3.6")
(source
(origin
(method git-fetch)
@@ -11477,7 +11477,7 @@ and toolbars.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1qdffi6hws1a104bqzpaxbbjimjcwwmhgb3baiwh0w0b8nhbmhjl"))))
+ (base32 "118gip6bv4mcsq4nrai7kl0vmqqbyzpsd4ky9vhxb1x2cvg048s8"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t