gnu: dcmtk: Update to 3.6.5.

* gnu/packages/image-processing.scm (dcmtk): Update to 3.6.5.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-30 23:01:06 +01:00
parent 7e59d21f9e
commit 6a04c8ff36
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -75,7 +75,7 @@ (define-module (gnu packages image-processing)
(define-public dcmtk
(package
(name "dcmtk")
(version "3.6.4")
(version "3.6.5")
(source
(origin
(method url-fetch)
@ -84,7 +84,7 @@ (define-public dcmtk
"dcmtk" (string-join (string-split version #\.) "")
"/dcmtk-" version ".tar.gz"))
(sha256
(base32 "1h22z8g0kmvhg8lgkbikyzyphhvxvq6018a00yd6i4g0z9ag6gx9"))))
(base32 "1fdyz5wwjp4grys61mxb2ia9fi6i3ax6s43l16xnv291bxk7hld0"))))
(build-system cmake-build-system)
(inputs
`(;; Our ICU is too recent: “error: UChar does not name a type“.