efraim pushed a commit to branch master
in repository guix.
commit 2ccf9216456178ac837dcb6cd1ab9b5381ff6710
Author: Efraim Flashner <[email protected]>
AuthorDate: Mon Mar 29 16:47:52 2021 +0300
gnu: python-backcall: Update to 0.2.0.
* gnu/packages/python-xyz.scm (python-backcall): Update to 0.2.0.
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9f57992..e6d8f7c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7380,14 +7380,14 @@ installing @code{kernelspec}s for use with Jupyter
frontends.")
(define-public python-backcall
(package
(name "python-backcall")
- (version "0.1.0")
+ (version "0.2.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "backcall" version))
(sha256
(base32
- "1r01dqch3f8fdj3n6fviw8hxqrs6w5v0qw4izmvqzry1w9dxiv1q"))))
+ "07jy4562lvnhkk6kfr3cphmizy88anlhmbwb8kdzlz2ypqkvzgaw"))))
(build-system python-build-system)
(home-page "https://github.com/takluyver/backcall/")
(synopsis "Specifications for callback functions passed in to an API")