nckx pushed a commit to branch master
in repository guix.

commit becee9e3531c04698cc2004d904453d6705489d2
Author: Tobias Geerinckx-Rice <[email protected]>
Date:   Fri Dec 15 05:49:34 2017 +0100

    gnu: python-ruamel.yaml: Update to 0.15.35.
    
    * gnu/packages/serialization.scm (python-ruamel.yaml): Update to 0.15.35
---
 gnu/packages/serialization.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm
index 03365ad..0b2dac7 100644
--- a/gnu/packages/serialization.scm
+++ b/gnu/packages/serialization.scm
@@ -8,6 +8,7 @@
 ;;; Copyright © 2017 Gregor Giesen <[email protected]>
 ;;; Copyright © 2017 Frederick M. Muriithi <[email protected]>
 ;;; Copyright © 2017 ng0 <[email protected]>
+;;; Copyright © 2017 Tobias Geerinckx-Rice <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -360,14 +361,14 @@ However, “Memory efficiency” and “Speed” have not been 
primary goals.")
 (define-public python-ruamel.yaml
   (package
     (name "python-ruamel.yaml")
-    (version "0.15.33")
+    (version "0.15.35")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "ruamel.yaml" version))
        (sha256
         (base32
-         "1s4b0zwn9pkk4xxjhx77giyfddc738drd6vgraw6n2syvj03s31d"))))
+         "0xggyfaj6vprggahf7cq8kp9j79rb7hn8ndk3bxj2sxvwhhliiwd"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-pytest" ,python-pytest)))

Reply via email to