[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/08: gnu: gmic: Update to 3.3.5.
From: |
guix-commits |
Subject: |
04/08: gnu: gmic: Update to 3.3.5. |
Date: |
Sat, 23 Mar 2024 08:36:31 -0400 (EDT) |
monego pushed a commit to branch master
in repository guix.
commit c89248cc50e1ede4ecdae7a6cd71a4d25ec80f74
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Fri Mar 15 20:51:40 2024 -0300
gnu: gmic: Update to 3.3.5.
* gnu/packages/image-processing.scm (gmic): Update to 3.3.5.
Change-Id: I5e5ced3044ff92bbf66bc4dde5506fac1b883f0b
---
gnu/packages/image-processing.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/image-processing.scm
b/gnu/packages/image-processing.scm
index 98a3d0396d..52287ad951 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -832,14 +832,14 @@ due to its architecture which automatically parallelises
the image workflows.")
(define-public gmic
(package
(name "gmic")
- (version "3.3.3")
+ (version "3.3.5")
(source
(origin
(method url-fetch)
(uri (string-append "https://gmic.eu/files/source/gmic_"
version ".tar.gz"))
(sha256
- (base32 "0pb474cdlxcp3m7gkxrfpnblag6r3wny7vih44gdyy2q8zb3ffch"))))
+ (base32 "06vcwn8c8zhr1j0jy79an1f6vvjh47ipm19a20g3qsnxv7h5c905"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f ;there are no tests
@@ -865,7 +865,6 @@ due to its architecture which automatically parallelises
the image workflows.")
libpng
libtiff
libx11
- ;;opencv ;OpenCV is currently broken in the CI
openexr
zlib))
(home-page "https://gmic.eu/")
- branch master updated (9f11c33b6d -> bf530017f0), guix-commits, 2024/03/23
- 01/08: gnu: gsequencer: Update to 6.5.2., guix-commits, 2024/03/23
- 02/08: gnu: python-arviz: Update to 0.17.1., guix-commits, 2024/03/23
- 05/08: gnu: python-mapie: Update to 0.8.3., guix-commits, 2024/03/23
- 03/08: gnu: python-pymc: Update to 5.11.0., guix-commits, 2024/03/23
- 04/08: gnu: gmic: Update to 3.3.5.,
guix-commits <=
- 07/08: gnu: python-scrapy: Update to 2.11.1., guix-commits, 2024/03/23
- 06/08: gnu: python-deepxde: Update to 1.11.0., guix-commits, 2024/03/23
- 08/08: gnu: libdjinterop: Update to 0.20.2., guix-commits, 2024/03/23