1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: vigra: Update to 1.12.2.

* gnu/packages/image.scm (vigra): Update to 1.12.2.
[inputs]: Remove python-numpy; add python-numpy-2.

Change-Id: I91aaf999a592391013cd171763854d4376d8bed9
This commit is contained in:
Andreas Enge
2025-04-02 00:34:53 +02:00
parent 751bf10e07
commit 41bd799b8a

View File

@@ -1367,7 +1367,7 @@ graphics image formats like PNG, BMP, JPEG, TIFF and others.")
(define-public vigra
(package
(name "vigra")
(version "1.11.2")
(version "1.12.2")
(source
(origin
(method git-fetch)
@@ -1378,7 +1378,7 @@ graphics image formats like PNG, BMP, JPEG, TIFF and others.")
"-")))))
(file-name (git-file-name name version))
(sha256
(base32 "12ywzz8c6p1cmmr3b849yhvmbi1kmqz2ag82qpj41hy8lis6gaf4"))))
(base32 "0x6qcsbjxp2alxqxsngs8a22fdi7pi2ylv9q4l1jgmypn0svkqqk"))))
(build-system cmake-build-system)
(inputs (list boost
fftw
@@ -1391,7 +1391,7 @@ graphics image formats like PNG, BMP, JPEG, TIFF and others.")
libtiff
openexr-2
python-wrapper
python-numpy
python-numpy-2
zlib))
(native-inputs (list doxygen python-nose python-sphinx))
(arguments