mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 02:16:31 +01:00
gnu: Add python-pyyaml-for-awscli.
* gnu/packages/python-xyz.scm (python-pyyaml-for-awscli): New variable.
This commit is contained in:
parent
42679e3f81
commit
7fcb16e9d4
1 changed files with 12 additions and 0 deletions
|
@ -3941,6 +3941,18 @@ provides Python-specific tags that represent an arbitrary Python object.")
|
|||
(base32
|
||||
"0pm440pmpvgv5rbbnm8hk4qga5a292kvlm1bh3x2nwr8pb5p8xv0")))))))
|
||||
|
||||
(define-public python-pyyaml-for-awscli
|
||||
(package
|
||||
(inherit python-pyyaml)
|
||||
(version "5.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "PyYAML" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0pm440pmpvgv5rbbnm8hk4qga5a292kvlm1bh3x2nwr8pb5p8xv0"))))))
|
||||
|
||||
(define-public python-vine
|
||||
(package
|
||||
(name "python-vine")
|
||||
|
|
Loading…
Add table
Reference in a new issue