guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: cups: Update to 2.4.10 [fixes nothitg]


From: guix-commits
Subject: 01/02: gnu: cups: Update to 2.4.10 [fixes nothitg]
Date: Fri, 27 Sep 2024 12:28:21 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 198840bcb597fa7c9b15a7e760c22cd5ece0cc4f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Sep 22 02:00:00 2024 +0200

    gnu: cups: Update to 2.4.10 [fixes nothitg]
    
    Change-Id: Ic600f96d7cae1d4ecc0f5b1b4561caae317c4048
---
 gnu/packages/cups.scm | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm
index e8f972c34a..2ce4045675 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -263,6 +263,7 @@ filters for the PDF-centric printing workflow introduced by 
OpenPrinting.")
   (package
     (name "cups-minimal")
     (version "2.4.9")
+    (replacement cups-minimal/fixed)
     (source
      (origin
        (method git-fetch)
@@ -352,6 +353,21 @@ applications''.  These must be installed separately.")
     ;; CUPS is Apache 2.0 with exceptions, see the NOTICE file.
     (license license:asl2.0)))
 
+(define cups-minimal/fixed
+  (package
+    (inherit cups-minimal)
+    (version "2.4.10")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/OpenPrinting/cups";)
+             (commit (string-append "v" version))))
+       ;; Avoid NAME confusion: these are the complete CUPS sources.
+       (file-name (git-file-name "cups" version))
+       (sha256
+        (base32 "0mqx302mnk728h9sq5lknfv3ip7mfv44x3cqrjpndcdffd0ppnsw"))))))
+
 (define-public cups
   (package/inherit cups-minimal
     (name "cups")



reply via email to

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