gnu: python-packaging: Add 21.3.

* gnu/packages/python-xyz.scm (python-packaging-next): New variable.
This commit is contained in:
Marius Bakke 2022-01-12 19:26:39 +01:00
parent a88cdb6b8f
commit 1585ff1f33
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -18970,6 +18970,19 @@ (define-public python-packaging
(define-public python2-packaging
(package-with-python2 python-packaging))
;; TODO(staging): merge with python-packaging-bootstrap.
(define-public python-packaging-next
(package
(inherit python-packaging)
(version "21.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "packaging" version))
(sha256
(base32
"1sygirdrqgv4f1ckh9nhpcw1yfidrh3qjl86wq8vk6nq4wlw8iyx"))))))
(define-public python-relatorio
(package
(name "python-relatorio")