mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 00:26:33 +01:00
gnu: sane-backends-minimal: Update to 1.0.29.
* gnu/packages/scanner.scm (sane-backends-minimal): Update to 1.0.29.
This commit is contained in:
parent
7b2ba609c3
commit
127c519870
1 changed files with 3 additions and 3 deletions
|
@ -39,16 +39,16 @@ (define-module (gnu packages scanner)
|
||||||
(define-public sane-backends-minimal
|
(define-public sane-backends-minimal
|
||||||
(package
|
(package
|
||||||
(name "sane-backends-minimal")
|
(name "sane-backends-minimal")
|
||||||
(version "1.0.28")
|
(version "1.0.29")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://gitlab.com/sane-project/backends/uploads/"
|
"https://gitlab.com/sane-project/backends/uploads/"
|
||||||
"9e718daff347826f4cfe21126c8d5091/"
|
"54f858b20a364fc35d820df935a86478/"
|
||||||
"sane-backends-" version ".tar.gz"))
|
"sane-backends-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00yy8q9hqdf0zjxxl4d8njr9zf0hhi3a9ib23ikc2anqf8zhy9ii"))
|
"1vd83vhl0hddwsdh2jb0k3yzycfghi2xa9lc3ga9r12rbx77n0ma"))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue