[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: sane-backends-minimal: Update to 1.0.29.
From: |
guix-commits |
Subject: |
branch master updated: gnu: sane-backends-minimal: Update to 1.0.29. |
Date: |
Sun, 02 Feb 2020 16:15:42 -0500 |
This is an automated email from the git hooks/post-receive script.
nckx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 127c519 gnu: sane-backends-minimal: Update to 1.0.29.
127c519 is described below
commit 127c519870f92414ea19c105562388368e9453cd
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Feb 2 22:06:20 2020 +0100
gnu: sane-backends-minimal: Update to 1.0.29.
* gnu/packages/scanner.scm (sane-backends-minimal): Update to 1.0.29.
---
gnu/packages/scanner.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/scanner.scm b/gnu/packages/scanner.scm
index 98f7fd2..6adaba1 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: sane-backends-minimal: Update to 1.0.29.,
guix-commits <=