summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-06-30 01:59:26 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-06-30 03:46:17 +0200
commite0e7ea7459ad64268fba84744958486b70cba3d3 (patch)
tree653b53433ee0493848a74329c1e14c56a3baf040
parentaf029a80dd0e81be65b05ffa9a68c7ee43a62ae9 (diff)
downloadguix-e0e7ea7459ad64268fba84744958486b70cba3d3.tar.gz
gnu: python-xopen: Update to 0.3.3.
* gnu/packages/python.scm (python-xopen): Update to 0.3.3.
-rw-r--r--gnu/packages/python.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index b05911db56..a1bd802121 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -10426,14 +10426,14 @@ network.")
 (define-public python-xopen
   (package
     (name "python-xopen")
-    (version "0.3.2")
+    (version "0.3.3")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "xopen" version))
         (sha256
           (base32
-           "0bzjmn3rl1cd3d2q39cjwnkhaspk2b0hfj3rl64pclm44ihg5fb6"))
+           "1a0wbil552wsmklwd89ssmgz3pjd86qa9i7jh8wqb9wslc8a2qjr"))
         (file-name (string-append name "-" version ".tar.gz"))))
     (build-system python-build-system)
     (home-page "https://github.com/marcelm/xopen/")