me
/
guix
Archived
1
0
Fork 0

gnu: python-backcall: Update to 0.2.0.

* gnu/packages/python-xyz.scm (python-backcall): Update to 0.2.0.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -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")