[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/15: gnu: jube: Update to version 2.6.1.
From: |
guix-commits |
Subject: |
10/15: gnu: jube: Update to version 2.6.1. |
Date: |
Fri, 26 Apr 2024 12:00:00 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit fc63020acc2fe555f7834d5105d06cedac817aec
Author: Romain GARBAGE <romain.garbage@inria.fr>
AuthorDate: Tue Apr 23 10:18:12 2024 +0200
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>
---
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 d49604084f..f22b891ba5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28825,7 +28825,7 @@ repository is provided via Python API and as a
compressed JSON file.")
(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 @@ repository is provided via Python API and as a
compressed JSON file.")
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
- branch master updated (9593750698 -> c81ed09700), guix-commits, 2024/04/26
- 04/15: gnu: lsp-plugins: Use new package style., guix-commits, 2024/04/26
- 10/15: gnu: jube: Update to version 2.6.1.,
guix-commits <=
- 12/15: gnu: opensc: Update to 0.25.0., guix-commits, 2024/04/26
- 01/15: gnu: bitcoin-core: Update to 27.0., guix-commits, 2024/04/26
- 05/15: gnu: lsp-plugins: Update build environment variables., guix-commits, 2024/04/26
- 08/15: gnu: php: Update to 8.3.6., guix-commits, 2024/04/26
- 15/15: gnu: nar-herder: Update to 0-29.fb764aa., guix-commits, 2024/04/26
- 02/15: gnu: moreutils: Update to 0.69., guix-commits, 2024/04/26
- 07/15: gnu: lsp-plugins: Split outputs., guix-commits, 2024/04/26
- 06/15: gnu: lsp-plugins: Enable all features., guix-commits, 2024/04/26
- 09/15: gnu: i3-autotiling: Update to 1.9.1., guix-commits, 2024/04/26
- 03/15: gnu: lsp-plugins: Update to 1.2.15., guix-commits, 2024/04/26