[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/08: gnu: hplip: Update to 3.23.12.
From: |
guix-commits |
Subject: |
02/08: gnu: hplip: Update to 3.23.12. |
Date: |
Sat, 9 Dec 2023 05:54:18 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 392de3262ef388ec282d4311a7c2954e86e5aac9
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 19 01:00:00 2023 +0100
gnu: hplip: Update to 3.23.12.
* gnu/packages/cups.scm (hplip): Update to 3.23.12.
Change-Id: If27e2cfcd0b4e3667ba399569a24df976d6aa41d
---
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 31ceaaad3e..3b86b7f610 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -521,14 +521,14 @@ should only be used as part of the Guix cups-pk-helper
service.")
(define-public hplip
(package
(name "hplip")
- (version "3.23.8")
+ (version "3.23.12")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/hplip/hplip/" version
"/hplip-" version ".tar.gz"))
(sha256
(base32
- "0ihv9ddjrjx5bdf8pwc2fvljkpfzq4qi9r2awm8dgky053v0bk7p"))
+ "1vb9irqsm3d4c2qdr4h6ia940x65bb99h4x31mgxn7dkvv42lv57"))
(patches (search-patches "hplip-usb-timeout.patch"))
(modules '((guix build utils)))
(snippet
- branch master updated (06f25a9a85 -> 61f2d84e75), guix-commits, 2023/12/09
- 01/08: gnu: cups-minimal/fixed: Update to 2.4.7., guix-commits, 2023/12/09
- 04/08: gnu: turbostat: Use G-expressions., guix-commits, 2023/12/09
- 08/08: gnu: libmirage: Update to 3.2.7., guix-commits, 2023/12/09
- 05/08: gnu: parole: Update to 4.18.1., guix-commits, 2023/12/09
- 02/08: gnu: hplip: Update to 3.23.12.,
guix-commits <=
- 03/08: gnu: moreutils: Update to 0.68., guix-commits, 2023/12/09
- 06/08: gnu: mupdf: Update to 1.23.7., guix-commits, 2023/12/09
- 07/08: gnu: exomizer: Update to 3.1.2., guix-commits, 2023/12/09