gnu: nikola: Update to 8.2.2.
* gnu/packages/python-xyz.scm (nikola): Update to 8.2.2.
parent
f336f69f28
commit
8b2ce33ee2
|
@ -28263,13 +28263,13 @@ to:
|
||||||
(define-public nikola
|
(define-public nikola
|
||||||
(package
|
(package
|
||||||
(name "nikola")
|
(name "nikola")
|
||||||
(version "8.1.3")
|
(version "8.2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "Nikola" version))
|
(uri (pypi-uri "Nikola" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1vspzvi4039zgjc93bspqjb384r6c9ksvmidbp8csws2pdbc7sh5"))))
|
(base32 "1h96y4sfypp2fbqxa8xrqch5f7r3srm2ly222k9w2n143h2spx4m"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-babel
|
(list python-babel
|
||||||
|
@ -28305,7 +28305,6 @@ to:
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda* (#:key tests? #:allow-other-keys)
|
(lambda* (#:key tests? #:allow-other-keys)
|
||||||
(when tests?
|
(when tests?
|
||||||
;;(add-installed-pythonpath inputs outputs)
|
|
||||||
(invoke "pytest" "tests" "--no-cov"
|
(invoke "pytest" "tests" "--no-cov"
|
||||||
"-k" "not test_compiling_markdown[hilite]")))))))
|
"-k" "not test_compiling_markdown[hilite]")))))))
|
||||||
(home-page "https://getnikola.com/")
|
(home-page "https://getnikola.com/")
|
||||||
|
|
Reference in New Issue