summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2019-07-03 18:55:54 +0200
committerJulien Lepiller <julien@lepiller.eu>2019-07-03 19:01:08 +0200
commitdac8b27512400c1a86b029c3a4a567fdbf45e7de (patch)
tree0f2b0be00132f40b60321f853b560d8c16946094 /gnu
parentdc40836839095f6c26d819de3dcec23115f6a9e4 (diff)
downloadguix-dac8b27512400c1a86b029c3a4a567fdbf45e7de.tar.gz
gnu: python-pygit2: Update to 0.28.2.
* gnu/packages/python-xyz.scm (python-pygit2): Update to 0.28.2.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 181899da36..1e2adb8f2f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3563,13 +3563,13 @@ color scales, and color space conversion easy.  It has support for:
 (define-public python-pygit2
   (package
     (name "python-pygit2")
-    (version "0.28.0")
+    (version "0.28.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pygit2" version))
        (sha256
-        (base32 "0lngsaz029d4fjcwhl17pr59nh9gwl6hwfin36nph60fgsmfdg3d"))))
+        (base32 "11kzj5mjkspvplnpdb6bj8dcj6rgmkk986k8hjcklyg5yaxkz32d"))))
     (build-system python-build-system)
     (arguments
      '(#:tests? #f))            ; tests don't run correctly in our environment