guix_mirror_bot pushed a commit to branch master
in repository guix.
commit ff3fc0b705f3800ee9117ebc80a8d0b63eabc036
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Jan 31 14:37:34 2026 +0100
gnu: emacs-dicom: Update to 1.3.
* gnu/packages/emacs-xyz.scm (emacs-dicom): Update to 1.3.
Change-Id: I01f87c0f2df295124c20988ff527c973c0f1cb79
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c32ed1d43e..c44d622c7d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2175,7 +2175,7 @@ separate, named tab groups.")
(define-public emacs-dicom
(package
(name "emacs-dicom")
- (version "1.2")
+ (version "1.3")
(source
(origin
(method git-fetch)
@@ -2184,7 +2184,7 @@ separate, named tab groups.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1inmzamm88zzq98x5xjc97c0kk9mgdmj9jw6vklmhiady2v8jy6y"))))
+ (base32 "0k4gq0bznkq8i017xpycmyii5x48xqcq8x04p3r5a7qg9ljlwvfk"))))
(build-system emacs-build-system)
(arguments
(list