From efe8cbeff936342c81d60e3ff34ec5bdd3f2e9e0 Mon Sep 17 00:00:00 2001 From: "Collin J. Doering" Date: Thu, 21 Apr 2022 16:12:50 -0400 Subject: [PATCH] rekahsoft-gnu: Add python-pyyaml@5.4.1 * rekahsoft-gnu/packages/python-xyz.scm: Add variable python-pyyaml-5 --- rekahsoft-gnu/packages/python-xyz.scm | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/rekahsoft-gnu/packages/python-xyz.scm b/rekahsoft-gnu/packages/python-xyz.scm index ec68c8a..834f4af 100644 --- a/rekahsoft-gnu/packages/python-xyz.scm +++ b/rekahsoft-gnu/packages/python-xyz.scm @@ -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"))))))