guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 7f552a8ea6f0ea447a182b7e44ae6e1397c4089c
Author: Janneke Nieuwenhuizen <[email protected]>
AuthorDate: Mon Aug 18 09:33:21 2025 +0200
gnu: mescc-tools: Update to 1.7.0.
* gnu/packages/mes.scm (mescc-tools): Update to 1.7.0.
Change-Id: I79c67e42bb1e055c6d6804eb18115a03f94f056f
---
gnu/packages/mes.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm
index 327fe66443..b02ae48619 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -250,14 +250,14 @@ Guile.")
(define-public mescc-tools
(package
(name "mescc-tools")
- (version "1.5.2")
+ (version "1.7.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://savannah/" name "/"
name "-" version ".tar.gz"))
(sha256
(base32
- "1jak61gxab8bj8ddpgwfn9lqs917szq1phadmg8y5cjsndn1hv4k"))))
+ "0p2pnvci9vglmf7zas12ay2v5gnrwafqsqqw1dfyb2bgayzzg0mn"))))
(build-system gnu-build-system)
(supported-systems '("i686-linux" "x86_64-linux"
"armhf-linux" "aarch64-linux"