gnu: python-ruamel.yaml: Update to 0.15.37.
authorTobias Geerinckx-Rice <me@tobias.gr>
Tue, 17 Apr 2018 01:46:07 +0000 (03:46 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Tue, 17 Apr 2018 02:02:22 +0000 (04:02 +0200)
* gnu/packages/serialization.scm (python-ruamel.yaml): Update to 0.15.37.

gnu/packages/serialization.scm

index 6273109..c3d3559 100644 (file)
@@ -368,14 +368,14 @@ However, “Memory efficiency” and “Speed” have not been primary goals.")
 (define-public python-ruamel.yaml
   (package
     (name "python-ruamel.yaml")
-    (version "0.15.35")
+    (version "0.15.37")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "ruamel.yaml" version))
        (sha256
         (base32
-         "0xggyfaj6vprggahf7cq8kp9j79rb7hn8ndk3bxj2sxvwhhliiwd"))))
+         "0629xzlwbddfwp8lkjz3mpvxhml9kx17cfs8aydzg55idzcl562h"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-pytest" ,python-pytest)))