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>
This commit is contained in:
parent
ec9cb94ba2
commit
8fee233246
1 changed files with 2 additions and 2 deletions
|
@ -106,7 +106,7 @@ WSD and eSCL.")
|
||||||
(define-public sane-backends-minimal
|
(define-public sane-backends-minimal
|
||||||
(package
|
(package
|
||||||
(name "sane-backends-minimal")
|
(name "sane-backends-minimal")
|
||||||
(version "1.0.32")
|
(version "1.2.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -114,7 +114,7 @@ WSD and eSCL.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "13jlqdp7n7z2n78v6idl3ri5idk7ddk9j8wrmh73lba8l9y8xnsi"))
|
(base32 "1dyipgfn8b8g38iqipy9y1p32p8xyf5sllh4dzhpx54schc4j3hm"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
;; Generated HTML files and udev rules normally embed a
|
;; Generated HTML files and udev rules normally embed a
|
||||||
|
|
Reference in a new issue