guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: python-pycups: Update to 2.0.1.


From: guix-commits
Subject: 02/02: gnu: python-pycups: Update to 2.0.1.
Date: Wed, 24 Jan 2024 10:41:16 -0500 (EST)

apteryx pushed a commit to branch core-updates
in repository guix.

commit ca37cb1741b524b65a51eae124422df69ab8dba9
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Jan 23 14:00:07 2024 -0500

    gnu: python-pycups: Update to 2.0.1.
    
    * gnu/packages/cups.scm (python-pycups): Update to 2.0.1.
    
    Change-Id: Iedf57c35c543f1002b5716f972e1bdc676110b75
---
 gnu/packages/cups.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm
index b1e2e92765..a40176c375 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -996,14 +996,14 @@ obtained and installed separately.")
 (define-public python-pycups
   (package
     (name "python-pycups")
-    (version "1.9.74")
+    (version "2.0.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pycups" version ".tar.bz2"))
        (sha256
         (base32
-         "1ffp7sswhdsfpy88zg0cc8kl04wygkjs01rlm9f0spbwk8jhy2c6"))))
+         "140c7073bkhx8w9qpaynllhynkkg0rzj3a4wjh9fnj15yvjlqhsp"))))
     (build-system python-build-system)
     (arguments
      '(;; Tests require CUPS to be running



reply via email to

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