mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: dcmtk: Update to 3.6.9.
* gnu/packages/image-processing.scm (dcmtk): Update to 3.6.9. [source]: Switch to git-fetch. Change-Id: I1316f86bb739caf1119d875bcaafebf200664b3a Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
committed by
Ludovic Courtès
parent
945d03228e
commit
ff5eb0811f
@@ -232,16 +232,16 @@ with external tools and libraries.")
|
||||
(define-public dcmtk
|
||||
(package
|
||||
(name "dcmtk")
|
||||
(version "3.6.8")
|
||||
(version "3.6.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
(string-append "ftp://dicom.offis.de/pub/dicom/offis/software/dcmtk/"
|
||||
"dcmtk" (string-join (string-split version #\.) "")
|
||||
"/dcmtk-" version ".tar.gz"))
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://git.dcmtk.org/dcmtk")
|
||||
(commit (string-append "DCMTK-" version))))
|
||||
(sha256
|
||||
(base32 "03vjv2lq5kr79ghf8v0q9wskkrcr2ygi097nybmqs4q3amjpc813"))))
|
||||
(base32 "0x99gg1kahkzbayfciyhkw5xdcm8cs4r8cmv15kniw9pldi3zllr"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
;; By default, only static archives are built.
|
||||
|
||||
Reference in New Issue
Block a user