me
/
guix
Archived
1
0
Fork 0

gnu: Add python-resolvelib-0.5.

* gnu/packages/python-xyz.scm (python-resolvelib-0.5): New variable.
Maxim Cournoyer 2021-08-24 20:30:49 -04:00
parent afcbaadac5
commit 165cbdfdc1
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 16 additions and 0 deletions

View File

@ -10222,6 +10222,22 @@ similar to the Python standard library's @code{json} module.")
includes dependency resolution logic.")
(license license:isc)))
;;; This older version is required by ansible-core.
(define-public python-resolvelib-0.5
(package/inherit python-resolvelib
(name "python-resolvelib")
(version "0.5.4")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/sarugaku/resolvelib")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"0697y330sqhiclk25v151qxg7aixzpj434lbg5qib0qlna5zg9la"))))))
(define-public python-commonmark
(package
(name "python-commonmark")