guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: python-pyyaml: Update to 5.3.1 [fixes CVE-20


From: guix-commits
Subject: branch master updated: gnu: python-pyyaml: Update to 5.3.1 [fixes CVE-2020-1747]
Date: Tue, 31 Mar 2020 13:20:59 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2206805  gnu: python-pyyaml: Update to 5.3.1 [fixes CVE-2020-1747]
2206805 is described below

commit 2206805c2cda5099d30e3a53db300827bf774d29
Author: Leo Famulari <address@hidden>
AuthorDate: Tue Mar 31 12:09:47 2020 -0400

    gnu: python-pyyaml: Update to 5.3.1 [fixes CVE-2020-1747]
    
    * gnu/packages/python-xyz.scm (python-pyyaml): Update to 5.3.1.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index daf129c..e5bf2f5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2594,14 +2594,14 @@ environments and back.")
 (define-public python-pyyaml
   (package
     (name "python-pyyaml")
-    (version "5.3")
+    (version "5.3.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "PyYAML" version))
        (sha256
         (base32
-         "058nd4p8f25wwzy2aiwh18wcrdm6663cqbfdkgjp8y9cp7ampx79"))))
+         "0pb4zvkfxfijkpgd1b86xjsqql97ssf1knbd1v53wkg1qm9cgsmq"))))
     (build-system python-build-system)
     (inputs
      `(("libyaml" ,libyaml)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]