wigust pushed a commit to branch master
in repository guix.

commit fa01e10da2bb6118054e2807d1058369b382c48b
Author: Oleg Pykhalov <[email protected]>
AuthorDate: Thu Jan 9 04:37:52 2020 +0300

    gnu: system-config-printer: Update to 1.5.12.
    
    * gnu/packages/gnome.scm (system-config-printer): Update to 1.5.12.
---
 gnu/packages/gnome.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8bd055f..195705e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -45,6 +45,7 @@
 ;;; Copyright © 2019 Raghav Gururajan <[email protected]>
 ;;; Copyright © 2019 Jonathan Brielmaier <[email protected]>
 ;;; Copyright © 2019 Leo Prikler <[email protected]>
+;;; Copyright © 2020 Oleg Pykhalov <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1263,7 +1264,7 @@ database is translated at Transifex.")
 (define-public system-config-printer
   (package
     (name "system-config-printer")
-    (version "1.5.11")
+    (version "1.5.12")
     (source
      (origin
        (method url-fetch)
@@ -1272,7 +1273,7 @@ database is translated at Transifex.")
              "download/" version
              "/system-config-printer-" version ".tar.xz"))
        (sha256
-        (base32 "1lq0q51bhanirpjjvvh4xiafi8hgpk8r32h0dj6dn3f32z8pib9q"))))
+        (base32 "050yrx1vfh9f001qsn06y1jcidxq0ymxr64kxykasr0zzryp25kb"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:imported-modules ((guix build python-build-system)

Reply via email to