civodul pushed a commit to branch master
in repository guix.

commit 5cdae34774c6054b80ff4ea4e42fa7d564a6d660
Author: Vinicius Monego <[email protected]>
AuthorDate: Tue Jan 5 20:08:24 2021 -0300

    gnu: setzer: Update to 0.3.9.
    
    * gnu/packages/gnome.scm (setzer): Update to 0.3.9.
    
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 gnu/packages/gnome.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 3167b69..904c1c6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -51,7 +51,7 @@
 ;;; Copyright © 2020 Nicolas Goaziou <[email protected]>
 ;;; Copyright © 2020 Naga Malleswari <[email protected]>
 ;;; Copyright © 2020 Ryan Prior <[email protected]>
-;;; Copyright © 2020 Vinicius Monego <[email protected]>
+;;; Copyright © 2020, 2021 Vinicius Monego <[email protected]>
 ;;; Copyright © 2020 Brice Waegeneire <[email protected]>
 ;;; Copyright © 2020 Arun Isaac <[email protected]>
 ;;; Copyright © 2020 Michael Rohleder <[email protected]>
@@ -11381,7 +11381,7 @@ and toolbars.")
 (define-public setzer
   (package
     (name "setzer")
-    (version "0.3.8")
+    (version "0.3.9")
     (source
      (origin
        (method git-fetch)
@@ -11390,7 +11390,7 @@ and toolbars.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1f5qmkz4hzn54sh56z3hw8zrvg93xlz62ggzlzyg7vgsr83kpns9"))))
+        (base32 "1qmy2bxl8x6pijjaaj91v6rqdipha6iyy0b6b9y1lk3r2p3azd42"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t

Reply via email to