[PATCH] gnu: jube: Update to version 2.6.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Christopher Baines
  • Romain GARBAGE
Owner
unassigned
Submitted by
Romain GARBAGE
Severity
normal

Debbugs page

R
R
Romain GARBAGE wrote on 23 Apr 01:18 -0700
(address . guix-patches@gnu.org)
D0RCOVFIY0KQ.1CMGRF58L87O5@guix-A102
* 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(-)

Toggle diff (27 lines)
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
C
C
Christopher Baines wrote on 26 Apr 09:34 -0700
(name . Romain GARBAGE)(address . romain.garbage@inria.fr)(address . 70528-done@debbugs.gnu.org)
87edast74z.fsf@cbaines.net
"Romain GARBAGE" <romain.garbage@inria.fr> writes:

Toggle quote (8 lines)
> * 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
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmYr15xfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XfgLg//brNrW0UX7ZxB5AGohWOVpJ/6SMu8S19A
VttbcXEnypAZys2Ec8H9X+UsoQd158aMXWTv0fUd/DO+SPpdnUmg0OshGL/eisKP
uZM1MsOWMc+9MWjFywPLAuBmXW/IL1ykHnmGSJjiZiuxIk64VcXwFr24KEg2bffg
sbK8sa4BKZjvuwsHnOpZ9ZXHZMHHwfVafmNqbZEhDrh2E5MNQIsV8oploTvZtALn
kE+GmdaD/IV3O+GMN22F+PSrFFWz6qCbNgFNwilUFOKfSYzETNxZs5PyNDhMcteU
E5z/n4QPuLtE89+VjUGK6Nybqzu5kZSOLqai9DQj36/dgcKvJqpj3nb25rxDwSCK
wubpsS6oQDE42aILTIVANTknzvIqljAkLYF+ujklnpncZQZDQGNy4WNZRhEEKQ0+
mfotc5GcRC2UKPzFNwep3WDX70HPKea4+Y09E456EAr48ojmk2LanIDZo9umWa0R
yl6iDDHlV6/igPAYbPyVeQJdWzBpOfRaXM0XX1V90CIgJ8xZtETZXumbR+HDbF0N
cmk+axDPNyAtaS3Ig/aPpEffNktV5dGxkau42IGsCpaOXc8IcTiiloY51rjsBp/3
itJ6n/mx2wAlBLl3KxrFGZ3hEQWr/ZyVZR+p2vD9FNx29AM5WYhON+PE0R4Fun91
wRRam4Pxw0c=
=2zP/
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 70528@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 70528
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch