GNU bug report logs - #52760
[PATCH 1/2] gnu: gmic: Update to 3.0.0.

Previous Next

Package: guix-patches;

Reported by: Vinicius Monego <monego <at> posteo.net>

Date: Thu, 23 Dec 2021 19:46:02 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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Vinicius Monego <monego <at> posteo.net>
Subject: bug#52760: closed (Re: [bug#52760] [PATCH 1/2] gnu: gmic: Update
 to 3.0.0.)
Date: Sun, 26 Dec 2021 20:41:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#52760: [PATCH 1/2] gnu: gmic: Update to 3.0.0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 52760 <at> debbugs.gnu.org.

-- 
52760: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52760
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Vinicius Monego <monego <at> posteo.net>
Cc: 52760-done <at> debbugs.gnu.org
Subject: Re: [bug#52760] [PATCH 1/2] gnu: gmic: Update to 3.0.0.
Date: Sun, 26 Dec 2021 21:40:44 +0100
Hello,

Vinicius Monego <monego <at> posteo.net> writes:

> * gnu/packages/image-processing.scm (gmic): Update to 3.0.0.

Applied both patches. Thank you.

Regards,
-- 
Nicolas Goaziou

[Message part 3 (message/rfc822, inline)]
From: Vinicius Monego <monego <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Vinicius Monego <monego <at> posteo.net>
Subject: [PATCH 1/2] gnu: gmic: Update to 3.0.0.
Date: Thu, 23 Dec 2021 19:45:21 +0000
* gnu/packages/image-processing.scm (gmic): Update to 3.0.0.
---
 gnu/packages/image-processing.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm
index 046047880a..4dd66f388b 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -630,14 +630,14 @@ due to its architecture which automatically parallelises the image workflows.")
 (define-public gmic
   (package
     (name "gmic")
-    (version "2.9.7")
+    (version "3.0.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://gmic.eu/files/source/gmic_"
                            version ".tar.gz"))
        (sha256
-        (base32 "05kzaplsl5qvxs7v6g73q0lq8dii8g6v77ap609188m7gr43f9cl"))))
+        (base32 "080inz0wisv3rhvbnzrgcs3j25wq86gybp68yi56gw6vwswnn19z"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f ;there are no tests

base-commit: a296b5fff9f182da7c7b67cc7bdba0957623e650
-- 
2.30.2




This bug report was last modified 3 years and 203 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.