~ruther/guix-local

09feb16a0c57c7cf22323c7251c57796f9461a44 — Janneke Nieuwenhuizen 2 years ago 4826856
gnu: mescc-tools: Update to 1.5.0.

* gnu/packages/mes.scm (mescc-tools): Update to 1.5.0.

Change-Id: I53f6923b8378b5205356e068aa1f1481a9bf7b42
1 files changed, 6 insertions(+), 8 deletions(-)

M gnu/packages/mes.scm
M gnu/packages/mes.scm => gnu/packages/mes.scm +6 -8
@@ 206,17 206,15 @@ Guile.")
(define-public mescc-tools
  (package
    (name "mescc-tools")
    (version "1.4.0")
    (version "1.5.0")
    (source (origin
              (method git-fetch)
              (uri (git-reference
                    (url "https://git.savannah.nongnu.org/r/mescc-tools.git")
                    (commit (string-append "Release_" version))
                    (recursive? #t)))             ;for M2libc
              (file-name (git-file-name name version))
              (method url-fetch)
              (uri (string-append
                    "https://github.com/oriansj/mescc-tools/releases/download/"
                    "Release_" version "/" name "-" version ".tar.gz"))
              (sha256
               (base32
                "0z2ni2qn2np1walcaqlxz8sinzb78d4hiq9glddzf26wxc226hs4"))))
                "1vjczlajyrbjcx9ld35vhdqbxfdwwy3axg0jray3iwnrf70qr700"))))
    (build-system gnu-build-system)
    (supported-systems '("i686-linux" "x86_64-linux"
                         "armhf-linux" "aarch64-linux"