1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-10-02 06:21:05 +02:00

Update Guix manifest with v.2.3.0

This commit is contained in:
q-posev 2023-04-03 22:44:12 +02:00
parent f4b409c501
commit 6aa2a9ee25
No known key found for this signature in database
GPG Key ID: 7C477A462FBF9B87

View File

@ -60,8 +60,22 @@
"1n9n1gbk5hgvg73am991xrv7ap002rz719a3nvh8m8ff9x10qd76"
))))))
(define-public trexio-2.3
(package/inherit trexio-2.0
(version "2.3.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/TREX-CoE/trexio/releases/download/v" version
"/trexio-" version
".tar.gz"))
(sha256
(base32
;; the hash below is produced by guix download <url>
"183wljg1avsia2pf2wb59s2i2qw6y19qfw164ffy1g024b6362ii"
))))))
(define-public trexio
;; Default version of TREXIO.
trexio-2.2)
trexio-2.3)
trexio