~ruther/guix-local

becee9e3531c04698cc2004d904453d6705489d2 — Tobias Geerinckx-Rice 8 years ago 8895a96
gnu: python-ruamel.yaml: Update to 0.15.35.

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

M gnu/packages/serialization.scm
M gnu/packages/serialization.scm => gnu/packages/serialization.scm +3 -2
@@ 8,6 8,7 @@
;;; Copyright © 2017 Gregor Giesen <giesen@zaehlwerk.net>
;;; Copyright © 2017 Frederick M. Muriithi <fredmanglis@gmail.com>
;;; Copyright © 2017 ng0 <ng0@infotropique.org>
;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
;;; 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)))