me
/
guix
Archived
1
0
Fork 0

gnu: Add python-pyyaml-for-awscli.

* gnu/packages/python-xyz.scm (python-pyyaml-for-awscli): New variable.
master
Ricardo Wurmus 2022-04-12 23:06:47 +02:00
parent 42679e3f81
commit 7fcb16e9d4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 12 additions and 0 deletions

View File

@ -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")