[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: simple-scan: Update to 3.38.1
From: |
guix-commits |
Subject: |
branch master updated: gnu: simple-scan: Update to 3.38.1 |
Date: |
Tue, 20 Oct 2020 12:04:46 -0400 |
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 fd0ef0e gnu: simple-scan: Update to 3.38.1
fd0ef0e is described below
commit fd0ef0e128e4ab3c44b59980e6cb056b71441e15
Author: Tim Gesthuizen via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Tue Oct 20 11:47:57 2020 +0200
gnu: simple-scan: Update to 3.38.1
* gnu/packages/gnome.scm (simple-scan): Update to 3.38.1.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
gnu/packages/gnome.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b1e0776..c7f6526 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -55,6 +55,7 @@
;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re>
;;; Copyright © 2020 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
+;;; Copyright © 2020 Tim Gesthuizen <tim.gesthuizen@yahoo.de>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -6433,7 +6434,7 @@ USB transfers with your high-level application or system
daemon.")
(define-public simple-scan
(package
(name "simple-scan")
- (version "3.36.6")
+ (version "3.38.1")
(source
(origin
(method url-fetch)
@@ -6441,7 +6442,7 @@ USB transfers with your high-level application or system
daemon.")
(version-major+minor version) "/"
"simple-scan-" version ".tar.xz"))
(sha256
- (base32 "0x9hzqnji5l966yy2k5gppl8hqasn3sd5an4sr8srjmncxcs80ys"))))
+ (base32 "0grscz96bwj79ka4qvxh8h75avdx6824k8k38ylmaj6xbl6gi0hy"))))
(build-system meson-build-system)
;; TODO: Fix icons in home screen, About dialogue, and scan menu.
(arguments
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: simple-scan: Update to 3.38.1,
guix-commits <=