* [bug#70528] [PATCH] gnu: jube: Update to version 2.6.1.
@ 2024-04-23 8:18 Romain GARBAGE
2024-04-26 16:34 ` bug#70528: " Christopher Baines
0 siblings, 1 reply; 2+ messages in thread
From: Romain GARBAGE @ 2024-04-23 8:18 UTC (permalink / raw)
To: 70528
* gnu/packages/python-xyz.scm (jube): Update to new version. Add
`python-pyyaml' to `native-inputs'.
Change-Id: I77e1532f069f2f745b4acb575dc3c4a6861a8945
---
gnu/packages/python-xyz.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 92566abfed..d26f1c109b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28798,7 +28798,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
@@ -28806,9 +28806,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
--
2.41.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#70528: [PATCH] gnu: jube: Update to version 2.6.1.
2024-04-23 8:18 [bug#70528] [PATCH] gnu: jube: Update to version 2.6.1 Romain GARBAGE
@ 2024-04-26 16:34 ` Christopher Baines
0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2024-04-26 16:34 UTC (permalink / raw)
To: Romain GARBAGE; +Cc: 70528-done
[-- Attachment #1: Type: text/plain, Size: 410 bytes --]
"Romain GARBAGE" <romain.garbage@inria.fr> writes:
> * gnu/packages/python-xyz.scm (jube): Update to new version. Add
> `python-pyyaml' to `native-inputs'.
>
> Change-Id: I77e1532f069f2f745b4acb575dc3c4a6861a8945
> ---
> gnu/packages/python-xyz.scm | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
Looks good to me, I've pushed this to master as
fc63020acc2fe555f7834d5105d06cedac817aec.
Chris
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-04-26 16:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-23 8:18 [bug#70528] [PATCH] gnu: jube: Update to version 2.6.1 Romain GARBAGE
2024-04-26 16:34 ` bug#70528: " Christopher Baines
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.