mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python-mistune: Update to 0.7.3.
* gnu/packages/python.scm (python-mistune): Update to 0.7.3.
This commit is contained in:
parent
e6ace98d10
commit
08b813366e
1 changed files with 2 additions and 2 deletions
|
@ -5997,7 +5997,7 @@ (define-public python2-flake8-2.2.4
|
|||
(define-public python-mistune
|
||||
(package
|
||||
(name "python-mistune")
|
||||
(version "0.7")
|
||||
(version "0.7.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -6007,7 +6007,7 @@ (define-public python-mistune
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"17zqjp9m4d1w3jf2rbbq5xshcw24q1vlcv24gkgfqqyyymajxahx"))))
|
||||
"04xpk1zvslhq3xpnf01g3ag0dy9wfv4z28p093r8k49vvxlyil11"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("python-nose" ,python-nose)
|
||||
|
|
Loading…
Reference in a new issue