me
/
guix
Archived
1
0
Fork 0

gnu: mescc-tools: Update to 1.5.0.

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

Change-Id: I53f6923b8378b5205356e068aa1f1481a9bf7b42
Janneke Nieuwenhuizen 2023-11-05 10:28:40 +01:00
parent 4826856977
commit 09feb16a0c
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 6 additions and 8 deletions

View File

@ -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"