guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/05: gnu: system-config-printer: Update to 1.5.12.


From: guix-commits
Subject: 05/05: gnu: system-config-printer: Update to 1.5.12.
Date: Wed, 8 Jan 2020 21:01:06 -0500 (EST)

wigust pushed a commit to branch master
in repository guix.

commit fa01e10da2bb6118054e2807d1058369b382c48b
Author: Oleg Pykhalov <address@hidden>
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 <address@hidden>
 ;;; Copyright © 2019 Jonathan Brielmaier <address@hidden>
 ;;; Copyright © 2019 Leo Prikler <address@hidden>
+;;; Copyright © 2020 Oleg Pykhalov <address@hidden>
 ;;;
 ;;; 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

[Prev in Thread] Current Thread [Next in Thread]