guix-commits
[Top][All Lists]
Advanced

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

01/10: gnu: brlaser: Update to 6-2.2a49e32.


From: guix-commits
Subject: 01/10: gnu: brlaser: Update to 6-2.2a49e32.
Date: Sun, 9 Jul 2023 15:58:16 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 9e9cb010207e93c1d662f74e6491ffcc1dcead87
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 2 02:00:04 2023 +0200

    gnu: brlaser: Update to 6-2.2a49e32.
    
    * gnu/packages/cups.scm (brlaser): Update to 6-2.2a49e32.
---
 gnu/packages/cups.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm
index 93b9ab66b2..a6df46d7a6 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -63,8 +63,8 @@
   #:use-module (ice-9 match))
 
 (define-public brlaser
-  (let ((commit "9d7ddda8383bfc4d205b5e1b49de2b8bcd9137f1")
-        (revision "1"))
+  (let ((commit "2a49e3287c70c254e7e3ac9dabe9d6a07218c3fa")
+        (revision "2"))
     (package
       (name "brlaser")
       (version (git-version "6" revision commit))
@@ -76,7 +76,7 @@
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1drh0nk7amn9a8wykki4l9maqa4vy7vwminypfy1712alwj31nd4"))))
+                  "033g461qzwrzi6x24pfasyx9g7fkn5iy5f8c3h8bczg2bvscxyym"))))
       (build-system cmake-build-system)
       (arguments
        `(#:configure-flags



reply via email to

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