guix-commits
[Top][All Lists]
Advanced

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

branch master updated: Revert "gnu: hplip: Update to 3.21.12."


From: guix-commits
Subject: branch master updated: Revert "gnu: hplip: Update to 3.21.12."
Date: Sun, 16 Jan 2022 17:00:05 -0500

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 881089c917 Revert "gnu: hplip: Update to 3.21.12."
881089c917 is described below

commit 881089c9171b245b256f731ccc1e6017309bfc16
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 9 01:00:00 2022 +0100

    Revert "gnu: hplip: Update to 3.21.12."
    
    This reverts commit 27914cb4b72142e2cc99172996c83709e9491437.
    Alas, it causes a ‘hidden’ world rebuild through hplip-minimal.
---
 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 e73c20d2d9..6342f85404 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -495,14 +495,14 @@ should only be used as part of the Guix cups-pk-helper 
service.")
 (define-public hplip
   (package
     (name "hplip")
-    (version "3.21.12")
+    (version "3.21.10")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/hplip/hplip/" version
                                   "/hplip-" version ".tar.gz"))
               (sha256
                (base32
-                "172gqvp1qscjkbfycnf170k61366yq789j712laxgkhvz0z55x3y"))
+                "0q3adcp8iygravp4bq4gw14jk20c5rhnawj1333qyw8yvlghw8yy"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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