mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: cimg: Update to 3.6.5.
* gnu/packages/image-processing.scm (cimg): Update to 3.6.5. Change-Id: Ic1672327a3c53e08d685d54ee0d65d810bb51e93 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
5ddff69615
commit
5356a7eeb9
1 changed files with 2 additions and 2 deletions
|
|
@ -180,7 +180,7 @@ Magnetic Resonance Imaging.")
|
|||
(define-public cimg
|
||||
(package
|
||||
(name "cimg")
|
||||
(version "3.5.5")
|
||||
(version "3.6.5")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -189,7 +189,7 @@ Magnetic Resonance Imaging.")
|
|||
(commit (string-append "v." version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "01myf3bjbc46f977r7lvr9g1hcnpfygcv2xnqvhrl2nj7955sm5x"))))
|
||||
(base32 "1zdw1mbwl2g0ka1gasq9l706aral0l2mfsc0vmvq2szn90l2i455"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue