mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: jube: Update to version 2.6.1.
* gnu/packages/python-xyz.scm (jube): Update to new version. Add `python-pyyaml' to `native-inputs'. Change-Id: I77e1532f069f2f745b4acb575dc3c4a6861a8945 Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
17b38b0093
commit
fc63020acc
1 changed files with 3 additions and 2 deletions
|
@ -28825,7 +28825,7 @@ (define-public jube
|
|||
(package
|
||||
;; This is a command-line tool, so no "python-" prefix.
|
||||
(name "jube")
|
||||
(version "2.2.2")
|
||||
(version "2.6.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -28833,9 +28833,10 @@ (define-public jube
|
|||
version))
|
||||
(sha256
|
||||
(base32
|
||||
"0xq4k1q63s1p6swgyp61vahlrd1fqmgbm0gm5kpj8ikwy0yc0nqk"))
|
||||
"0r5d2gdqa0f4c468q3k25ycw1k2g76gg8fyiln4ni98fvfsbx3il"))
|
||||
(file-name (string-append "jube-" version ".tar.gz"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs (list python-pyyaml)) ; pyyaml is needed for tests
|
||||
(home-page "https://apps.fz-juelich.de/jsc/jube/jube2/docu/index.html")
|
||||
(synopsis "Benchmarking environment")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue