JUBE: add v2.6.x (#41272)
* Adding JUBE 2.6.0 * They quickly released a bugfix package * Correct the version sha256 for v2.6.1 Co-authored-by: Rocco Meli <r.meli@bluemail.ch> --------- Co-authored-by: fspiga <fspiga@fc01-gg01.cm.cluster> Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com> Co-authored-by: Rocco Meli <r.meli@bluemail.ch>
This commit is contained in:
parent
d8a7b88e7b
commit
55ffd439ce
1 changed files with 10 additions and 0 deletions
|
@ -16,6 +16,16 @@ class Jube(PythonPackage):
|
|||
|
||||
license("GPL-3.0-or-later")
|
||||
|
||||
version(
|
||||
"2.6.1",
|
||||
sha256="348ebeb4db0ea56889a5d13bf49e394fccc0992f620e8c0c61c40185db13ad64",
|
||||
extension="tar.gz",
|
||||
)
|
||||
version(
|
||||
"2.6.0",
|
||||
sha256="cc1bfa30c4a1de010c0a203c9d22ec810c5de8b76108d5a8174b395573e2ebcc",
|
||||
extension="tar.gz",
|
||||
)
|
||||
version(
|
||||
"2.5.1",
|
||||
sha256="4c9a754b0e6f2b5e8cd0f5bd643dcfd7863a96b05cd02141d5eb301f2b89f6a3",
|
||||
|
|
Loading…
Reference in a new issue