[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: gnu: dcmtk: Update to 3.6.6.
From: |
guix-commits |
Subject: |
06/07: gnu: dcmtk: Update to 3.6.6. |
Date: |
Tue, 9 Mar 2021 19:31:21 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 5d0f394b85be0b450c11cd7efa2376d1c0e9e67b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Mar 10 00:49:53 2021 +0100
gnu: dcmtk: Update to 3.6.6.
* gnu/packages/image-processing.scm (dcmtk): Update to 3.6.6.
[inputs]: Add icu4c.
---
gnu/packages/image-processing.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/image-processing.scm
b/gnu/packages/image-processing.scm
index 6f4576b..26f6fae 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -59,6 +59,7 @@
#:use-module (gnu packages graphviz)
#:use-module (gnu packages gstreamer)
#:use-module (gnu packages gtk)
+ #:use-module (gnu packages icu4c)
#:use-module (gnu packages image)
#:use-module (gnu packages imagemagick)
#:use-module (gnu packages maths)
@@ -85,7 +86,7 @@
(define-public dcmtk
(package
(name "dcmtk")
- (version "3.6.5")
+ (version "3.6.6")
(source
(origin
(method url-fetch)
@@ -94,11 +95,10 @@
"dcmtk" (string-join (string-split version #\.) "")
"/dcmtk-" version ".tar.gz"))
(sha256
- (base32 "1fdyz5wwjp4grys61mxb2ia9fi6i3ax6s43l16xnv291bxk7hld0"))))
+ (base32 "13j5yf3p6qj3mr17d77r3kcqchf055hgvk1w15vmdr8f54mwcnb8"))))
(build-system cmake-build-system)
(inputs
- `(;; Our ICU is too recent: “error: ‘UChar’ does not name a type“.
- ;; ("icu4c" ,icu4c)
+ `(("icu4c" ,icu4c)
("libjpeg" ,libjpeg-turbo)
("libpng" ,libpng)
("libtiff" ,libtiff)
- branch master updated (cbb5b5c -> 81404a8), guix-commits, 2021/03/09
- 02/07: gnu: fcitx5: Update to 5.0.5., guix-commits, 2021/03/09
- 03/07: doc: Fix grammar., guix-commits, 2021/03/09
- 04/07: gnu: range-v3: Fix typo in description., guix-commits, 2021/03/09
- 05/07: gnu: electron-cash: Update to 4.2.4., guix-commits, 2021/03/09
- 01/07: gnu: lmdb: Update to 0.9.28., guix-commits, 2021/03/09
- 06/07: gnu: dcmtk: Update to 3.6.6.,
guix-commits <=
- 07/07: gnu: password-store: Update to 1.7.3-1.918992c., guix-commits, 2021/03/09