[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: sane-backends-minimal: Update to 1.2.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: sane-backends-minimal: Update to 1.2.1. |
Date: |
Fri, 16 Feb 2024 08:54:13 -0500 |
This is an automated email from the git hooks/post-receive script.
snape pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 8fee233246 gnu: sane-backends-minimal: Update to 1.2.1.
8fee233246 is described below
commit 8fee233246c75aff0a1daa420604d7c60ae434f5
Author: John Fremlin <john@fremlin.org>
AuthorDate: Tue Feb 13 10:30:15 2024 -0500
gnu: sane-backends-minimal: Update to 1.2.1.
* gnu/packages/scanner.scm (sane-backends-minimal): Update to 1.2.1.
Change-Id: I16e3474616ee427f657c13150662f3e1a6e1bd24
Signed-off-by: Clément Lassieur <clement@lassieur.org>
---
gnu/packages/scanner.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/scanner.scm b/gnu/packages/scanner.scm
index 0128956688..e26c8a5429 100644
--- a/gnu/packages/scanner.scm
+++ b/gnu/packages/scanner.scm
@@ -106,7 +106,7 @@ WSD and eSCL.")
(define-public sane-backends-minimal
(package
(name "sane-backends-minimal")
- (version "1.0.32")
+ (version "1.2.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -114,7 +114,7 @@ WSD and eSCL.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "13jlqdp7n7z2n78v6idl3ri5idk7ddk9j8wrmh73lba8l9y8xnsi"))
+ (base32 "1dyipgfn8b8g38iqipy9y1p32p8xyf5sllh4dzhpx54schc4j3hm"))
(modules '((guix build utils)))
(snippet
;; Generated HTML files and udev rules normally embed a
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: sane-backends-minimal: Update to 1.2.1.,
guix-commits <=