GNU bug report logs -
#50998
[PATCH] gnu: abjad: Update to 3.4
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Sun, 3 Oct 2021 18:56:01 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 50998 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/graphviz.scm (python-uqbar): Update to 0.5.6.
[arguments]: Update setup.py version requirements.
---
gnu/packages/graphviz.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm
index 5685864d4c..ac896fb577 100644
--- a/gnu/packages/graphviz.scm
+++ b/gnu/packages/graphviz.scm
@@ -258,7 +258,7 @@ structure and layout algorithms.")
(define-public python-uqbar
(package
(name "python-uqbar")
- (version "0.5.1")
+ (version "0.5.6")
(source
(origin
(method git-fetch)
@@ -268,7 +268,7 @@ structure and layout algorithms.")
(file-name (git-file-name name version))
(sha256
(base32
- "0413nyhd8z8v3lvsgaghhafnyxg90fi1q80j1kbl21gpmpnc9a7n"))))
+ "1ml3x2mf7nlnvrh9lari5yk0sz2mmg39jwsbjxnpzhnw4kcwpdrs"))))
(build-system python-build-system)
(arguments
`(#:phases
@@ -277,8 +277,8 @@ structure and layout algorithms.")
(lambda _
(substitute* "setup.py"
;; Latest versions of sphink-rtd-theme require npm to build.
- (("sphinx-rtd-theme >= 0.4.0") "sphinx-rtd-theme >= 0.2.4")
- (("black == 19.10b0") "black >= 19.10b0"))
+ (("sphinx-rtd-theme >= 0.5.0") "sphinx-rtd-theme >= 0.2.4")
+ (("black") "black >= 19.10b0"))
#t))
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)
--
2.33.0
This bug report was last modified 3 years and 289 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.