GNU bug report logs -
#68143
[PATCH 0/2] slurp: Update to 1.5.0 and fix cross-compiling.
Previous Next
Reported by: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Date: Sat, 30 Dec 2023 10:51:01 UTC
Severity: normal
Tags: patch
Done: Mathieu Othacehe <othacehe <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 68143 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/image.scm (slurp): Update to 1.5.0.
Change-Id: I72a60742af26a2544ee21e052963c0a8ad549d0e
---
gnu/packages/image.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 9179cb8b90..acf0cc8570 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -2247,7 +2247,7 @@ (define-public grim
(define-public slurp
(package
(name "slurp")
- (version "1.4.0")
+ (version "1.5.0")
(source
(origin
(method git-fetch)
@@ -2256,7 +2256,7 @@ (define-public slurp
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1i6g4dfiv2mwkjvvrx3wizb1n05xmd4j9nkhdii4klwd1gdrhjwd"))))
+ (base32 "0wlml42c3shma50bsvqzll7p3zn251jaf0jm59q2idks8gg1zkyq"))))
(build-system meson-build-system)
(native-inputs
(append (if (%current-target-system)
--
2.41.0
This bug report was last modified 1 year and 135 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.