diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-04-02 00:34:53 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-04-02 09:47:18 +0200 |
| commit | 41bd799b8a631a8ab5833b2d8157511bfef47f8e (patch) | |
| tree | 9364080da1b37b16c539d34a6e75db79930f15d5 /gnu | |
| parent | 751bf10e07bcf2f9f9d26354d7f9a849b2a6e3f8 (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/image.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index 38ab4cc9324..0270346f472 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm @@ -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 |
