mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: python-packaging: Add 21.3.
* gnu/packages/python-xyz.scm (python-packaging-next): New variable.
This commit is contained in:
parent
a88cdb6b8f
commit
1585ff1f33
1 changed files with 13 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue