[PATCH] gnu: sane-backends: Update to 1.3.1

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Maxim Cournoyer
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 9 months ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
f58e4257a68f65974ad6afe97f595450c42d2209.1718192453.git.atai@atai.org
* gnu/packages/scanner.scm (sane-backends-minimal): Update to 1.3.1

Change-Id: I63a4e744b16b8bbfa18939bd7fbb0ee58a460181
---
gnu/packages/scanner.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (27 lines)
diff --git a/gnu/packages/scanner.scm b/gnu/packages/scanner.scm
index e26c8a5429..38d5cb7d50 100644
--- a/gnu/packages/scanner.scm
+++ b/gnu/packages/scanner.scm
@@ -106,7 +106,7 @@ (define-public sane-airscan
(define-public sane-backends-minimal
(package
(name "sane-backends-minimal")
- (version "1.2.1")
+ (version "1.3.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 "1dyipgfn8b8g38iqipy9y1p32p8xyf5sllh4dzhpx54schc4j3hm"))
+ (base32 "1fb6shx9bz0svcyasmyqs93rbbwq7kzg6l0h1zh3kjvcwhchyv72"))
(modules '((guix build utils)))
(snippet
;; Generated HTML files and udev rules normally embed a

base-commit: 30f0faafc4b1cb092d50b58b38db7435c8dbcfeb
prerequisite-patch-id: 97c8280d10de28877490388d1c068835682d20c4
--
2.34.1
Maxim Cournoyer wrote 9 months ago
control message for bug #71517
(address . control@debbugs.gnu.org)
877cef84ew.fsf@gmail.com
close 71517
quit
?
Your comment

This issue is archived.

To comment on this conversation send an email to 71517@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 71517
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help