summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-03-16 00:41:00 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-03-17 16:37:20 +0100
commit132a7e68e4623f0a9d3bde4c40de8ffae5f02f16 (patch)
tree588c8449b1d2fa377ed04f5d9a5cbce53e488b95 /gnu/packages
parentd062957a8797d1bd6cc44bdc94259051f42afaab (diff)
downloadgnu-guix-132a7e68e4623f0a9d3bde4c40de8ffae5f02f16.tar
gnu-guix-132a7e68e4623f0a9d3bde4c40de8ffae5f02f16.tar.gz
gnu: python-entrypoints: Update to 0.2.3.
* gnu/packages/python.scm (python-entrypoints): Update to 0.2.3.
Diffstat (limited to 'gnu/packages')
-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 8107c0acfa..fd4bcd57b6 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6485,7 +6485,7 @@ Jupyter Notebook format and Python APIs for working with notebooks.")
(define-public python-entrypoints
(package
(name "python-entrypoints")
- (version "0.2.2")
+ (version "0.2.3")
(source
(origin
(method url-fetch)
@@ -6494,7 +6494,7 @@ Jupyter Notebook format and Python APIs for working with notebooks.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0azqlkh3j0za080lsf5crnhaxx3c93k9dpv5ihkhf5cppgw5sjz5"))))
+ "1pdvgfr5bxyvnfvxbsd3zi0dh3il71pc4k6rinx6zpps91b84a56"))))
(build-system python-build-system)
;; The package does not come with a setup.py file, so we have to generate
;; one ourselves.