all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#70911] [PATCH] gnu: dcmtk: Update to 3.6.8. [security-fixes]
@ 2024-05-13  7:53 Nicolas Graves via Guix-patches via
  2024-05-23  5:31 ` Zheng Junjie
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2024-05-13  7:53 UTC (permalink / raw)
  To: 70911; +Cc: ngraves

* gnu/packages/image-processing.scm (dcmtk): Update to 3.6.8.

Change-Id: I4e0203219280a2571267f566cdfc8c2a9ea3fd18
---
 gnu/packages/image-processing.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm
index ceef83f3b1e..7c9d12557e7 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -167,7 +167,7 @@ (define-public bart
 (define-public dcmtk
   (package
     (name "dcmtk")
-    (version "3.6.7")
+    (version "3.6.8")
     (source
      (origin
        (method url-fetch)
@@ -176,7 +176,7 @@ (define-public dcmtk
                        "dcmtk" (string-join (string-split version #\.) "")
                        "/dcmtk-" version ".tar.gz"))
        (sha256
-        (base32 "02kix73qhndgb56cmi5327666i6imp7hi17wwqp26q4d7s72jn3w"))))
+        (base32 "03vjv2lq5kr79ghf8v0q9wskkrcr2ygi097nybmqs4q3amjpc813"))))
     (build-system cmake-build-system)
     (arguments
      ;; By default, only static archives are built.
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-23  5:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-13  7:53 [bug#70911] [PATCH] gnu: dcmtk: Update to 3.6.8. [security-fixes] Nicolas Graves via Guix-patches via
2024-05-23  5:31 ` Zheng Junjie

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.