mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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 @@ (define-public sane-airscan
|
|||
(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 @@ (define-public sane-backends-minimal
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue