all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Vinicius Monego <monego@posteo.net>
To: 46939@debbugs.gnu.org
Cc: Vinicius Monego <monego@posteo.net>
Subject: [bug#46939] [PATCH 1/4] gnu: gmic: Update to 2.9.6.
Date: Fri,  5 Mar 2021 01:50:55 -0300	[thread overview]
Message-ID: <20210305045055.25813-1-monego@posteo.net> (raw)

* 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@lprndn.info>
 ;;; Copyright © 2019, 2021 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
-;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
+;;; Copyright © 2020, 2021 Vinicius Monego <monego@posteo.net>
 ;;; Copyright © 2020 Pierre Neidhardt <mail@ambrevar.xyz>
 ;;; Copyright © 2020 Brendan Tildesley <mail@brendan.scot>
 ;;; Copyright © 2021 Oleh Malyi <astroclubzp@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





             reply	other threads:[~2021-03-05  4:52 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-05  4:50 Vinicius Monego [this message]
2021-03-05  4:53 ` [bug#46939] [PATCH 2/4] gnu: gmic: Disable static libraries and enable LTO Vinicius Monego
2021-03-05  4:53   ` [bug#46939] [PATCH 3/4] gnu: Add gmic-qt Vinicius Monego
2021-03-05  4:53   ` [bug#46939] [PATCH 4/4] gnu: Add gmic-qt-krita Vinicius Monego
2021-03-05  5:14 ` [bug#46939] [PATCH v2 3/4] gnu: Add gmic-qt Vinicius Monego
2021-03-05  5:43 ` [bug#46939] [PATCH v2 4/4] gnu: Add gmic-qt-krita Vinicius Monego
2021-03-06 13:18 ` bug#46939: [PATCH 1/4] gnu: gmic: Update to 2.9.6 Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210305045055.25813-1-monego@posteo.net \
    --to=monego@posteo.net \
    --cc=46939@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.