GNU bug report logs -
#46939
[PATCH 1/4] gnu: gmic: Update to 2.9.6.
Previous Next
Reported by: Vinicius Monego <monego <at> posteo.net>
Date: Fri, 5 Mar 2021 04:52:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sat, 06 Mar 2021 14:18:10 +0100
with message-id <87zgzg5skt.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#46939] [PATCH 1/4] gnu: gmic: Update to 2.9.6.
has caused the debbugs.gnu.org bug report #46939,
regarding [PATCH 1/4] gnu: gmic: Update to 2.9.6.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
46939: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46939
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/image-processing.scm (gmic): Update to 2.9.6.
---
gnu/packages/image-processing.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm
index c3ea8491d9..0b5c792b56 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -9,7 +9,7 @@
;;; Copyright © 2018 Lprndn <guix <at> lprndn.info>
;;; Copyright © 2019, 2021 Efraim Flashner <efraim <at> flashner.co.il>
;;; Copyright © 2020 Vincent Legoll <vincent.legoll <at> gmail.com>
-;;; Copyright © 2020 Vinicius Monego <monego <at> posteo.net>
+;;; Copyright © 2020, 2021 Vinicius Monego <monego <at> posteo.net>
;;; Copyright © 2020 Pierre Neidhardt <mail <at> ambrevar.xyz>
;;; Copyright © 2020 Brendan Tildesley <mail <at> brendan.scot>
;;; Copyright © 2021 Oleh Malyi <astroclubzp <at> gmail.com>
@@ -603,14 +603,14 @@ due to its architecture which automatically parallelises the image workflows.")
(define-public gmic
(package
(name "gmic")
- (version "2.9.2")
+ (version "2.9.6")
(source
(origin
(method url-fetch)
(uri (string-append "https://gmic.eu/files/source/gmic_"
version ".tar.gz"))
(sha256
- (base32 "14acph914a8lp6qqfmp319ggqjg3i3hmalmnpk3mp07m7vpv2p9q"))))
+ (base32 "06n1dcskky7aqg3a0cp7biwz8agc4xqvr8091l2wsvgib98yhbyj"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f)) ;there are no tests
--
2.30.1
[Message part 3 (message/rfc822, inline)]
Hello,
Vinicius Monego <monego <at> posteo.net> writes:
> * gnu/packages/image-processing.scm (gmic): Update to 2.9.6.
Applied all patches.
Thanks!
Regards,
--
Nicolas Goaziou
This bug report was last modified 4 years and 133 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.