rekahsoft-gnu: Add python-pyyaml@5.4.1

* rekahsoft-gnu/packages/python-xyz.scm: Add variable python-pyyaml-5
This commit is contained in:
Collin J. Doering 2022-04-21 16:12:50 -04:00
parent 951785f2bb
commit efe8cbeff9
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 12 additions and 0 deletions

View File

@ -522,3 +522,15 @@ Amazon Web Services (AWS) API.")))
(synopsis "Automatically sync your bank's data with ledger") (synopsis "Automatically sync your bank's data with ledger")
(description "Automatically sync your bank's data with ledger") (description "Automatically sync your bank's data with ledger")
(license license:gpl3))) (license license:gpl3)))
(define-public python-pyyaml-5
(package
(inherit python-pyyaml)
(version "5.4.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "PyYAML" version))
(sha256
(base32
"0pm440pmpvgv5rbbnm8hk4qga5a292kvlm1bh3x2nwr8pb5p8xv0"))))))