me
/
guix
Archived
1
0
Fork 0

gnu: python-rnc2rng: Update to 2.6.6.

* gnu/packages/python-xyz.scm (python-rnc2rng): Update to 2.6.6.
Marius Bakke 2022-11-22 07:52:11 +01:00
parent ff8ac616e7
commit 38f8008359
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -27410,14 +27410,14 @@ and pandoc-citeproc.")
(define-public python-rnc2rng
(package
(name "python-rnc2rng")
(version "2.6.4")
(version "2.6.6")
(source
(origin
(method url-fetch)
(uri (pypi-uri "rnc2rng" version))
(sha256
(base32
"1kmp3iwxxyzjsd47j2sprd47ihhkwhb3yydih3af5bbfq0ibh1w8"))))
"1wbqvz2bhq2f5kqi7q2q3m9y5vs9rj970zhnjh502pvvhmbx20as"))))
(build-system python-build-system)
(propagated-inputs
(list python-rply))