rekahsoft-gnu: Add python-pyyaml@5.4.1
* rekahsoft-gnu/packages/python-xyz.scm: Add variable python-pyyaml-5
This commit is contained in:
parent
951785f2bb
commit
efe8cbeff9
@ -522,3 +522,15 @@ Amazon Web Services (AWS) API.")))
|
||||
(synopsis "Automatically sync your bank's data with ledger")
|
||||
(description "Automatically sync your bank's data with ledger")
|
||||
(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"))))))
|
||||
|
Loading…
Reference in New Issue
Block a user