From a168beb76719d61e1de9ce9aae2fc3d749b8d009 Mon Sep 17 00:00:00 2001 From: "Jan (janneke) Nieuwenhuizen" Date: Sun, 10 Oct 2021 09:21:12 +0200 Subject: [PATCH] guix: mescc-tools: Update to 1.0.1. * guix/git/mes.scm (mescc-tools)[source]: Update to 1.0.1. --- guix/git/mes.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guix/git/mes.scm b/guix/git/mes.scm index 0c7c5566..df6545c5 100644 --- a/guix/git/mes.scm +++ b/guix/git/mes.scm @@ -54,7 +54,7 @@ (define-public mescc-tools (package (name "mescc-tools") - (version "0.7.0") + (version "1.0.1") (source (origin (method url-fetch) @@ -65,7 +65,7 @@ (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1p1ijia4rm3002f5sypidl9v5gq0mlch9b0n61rpxkdsaaxjqax3")))) + "1wqj70h4rrxl1d1aqpxhy47964r5dilvll6gvqv75y9qk6pwx5is")))) (build-system gnu-build-system) (supported-systems '("aarch64-linux" "armhf-linux" "i686-linux" "x86_64-linux"))