mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: dcmtk: Update to 3.6.5.
* gnu/packages/image-processing.scm (dcmtk): Update to 3.6.5.
This commit is contained in:
parent
7e59d21f9e
commit
6a04c8ff36
1 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@ (define-module (gnu packages image-processing)
|
||||||
(define-public dcmtk
|
(define-public dcmtk
|
||||||
(package
|
(package
|
||||||
(name "dcmtk")
|
(name "dcmtk")
|
||||||
(version "3.6.4")
|
(version "3.6.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -84,7 +84,7 @@ (define-public dcmtk
|
||||||
"dcmtk" (string-join (string-split version #\.) "")
|
"dcmtk" (string-join (string-split version #\.) "")
|
||||||
"/dcmtk-" version ".tar.gz"))
|
"/dcmtk-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1h22z8g0kmvhg8lgkbikyzyphhvxvq6018a00yd6i4g0z9ag6gx9"))))
|
(base32 "1fdyz5wwjp4grys61mxb2ia9fi6i3ax6s43l16xnv291bxk7hld0"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(;; Our ICU is too recent: “error: ‘UChar’ does not name a type“.
|
`(;; Our ICU is too recent: “error: ‘UChar’ does not name a type“.
|
||||||
|
|
Loading…
Reference in a new issue