diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-02 22:06:20 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-02 22:14:34 +0100 |
commit | 127c519870f92414ea19c105562388368e9453cd (patch) | |
tree | f37d7f27f5333ac2899fe00ef0182227436511ab | |
parent | 7b2ba609c3663b77ede10199c9d49855ee1ab0b4 (diff) | |
download | guix-127c519870f92414ea19c105562388368e9453cd.tar guix-127c519870f92414ea19c105562388368e9453cd.tar.gz |
gnu: sane-backends-minimal: Update to 1.0.29.
* gnu/packages/scanner.scm (sane-backends-minimal): Update to 1.0.29.
-rw-r--r-- | gnu/packages/scanner.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/scanner.scm b/gnu/packages/scanner.scm index 98f7fd203a..6adaba18cd 100644 --- a/gnu/packages/scanner.scm +++ b/gnu/packages/scanner.scm @@ -39,16 +39,16 @@ (define-public sane-backends-minimal (package (name "sane-backends-minimal") - (version "1.0.28") + (version "1.0.29") (source (origin (method url-fetch) (uri (string-append "https://gitlab.com/sane-project/backends/uploads/" - "9e718daff347826f4cfe21126c8d5091/" + "54f858b20a364fc35d820df935a86478/" "sane-backends-" version ".tar.gz")) (sha256 (base32 - "00yy8q9hqdf0zjxxl4d8njr9zf0hhi3a9ib23ikc2anqf8zhy9ii")) + "1vd83vhl0hddwsdh2jb0k3yzycfghi2xa9lc3ga9r12rbx77n0ma")) (modules '((guix build utils))) (snippet ;; Generated HTML files and udev rules normally embed a |