unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Romain GARBAGE" <romain.garbage@inria.fr>
To: 70528@debbugs.gnu.org
Subject: [bug#70528] [PATCH] gnu: jube: Update to version 2.6.1.
Date: Tue, 23 Apr 2024 10:18:12 +0200	[thread overview]
Message-ID: <D0RCOVFIY0KQ.1CMGRF58L87O5@guix-A102> (raw)

* 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





             reply	other threads:[~2024-04-23  8:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-23  8:18 Romain GARBAGE [this message]
2024-04-26 16:34 ` bug#70528: [PATCH] gnu: jube: Update to version 2.6.1 Christopher Baines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=D0RCOVFIY0KQ.1CMGRF58L87O5@guix-A102 \
    --to=romain.garbage@inria.fr \
    --cc=70528@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).