gnu: python-backcall: Update to 0.2.0.

* gnu/packages/python-xyz.scm (python-backcall): Update to 0.2.0.
This commit is contained in:
Efraim Flashner 2021-03-29 16:47:52 +03:00
parent bece1445b8
commit 2ccf921645
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -7380,14 +7380,14 @@ (define-public python-pari-jupyter
(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")