gnu: python-lfdfiles: Update to 2021.2.22.

* gnu/packages/python-xyz.scm (python-lfdfiles): Update to 2021.2.22.
This commit is contained in:
Lars-Dominik Braun 2021-04-18 08:35:06 +02:00
parent bfb1164a74
commit da28f04a5f
No known key found for this signature in database
GPG key ID: F663943E08D8092A

View file

@ -6214,14 +6214,14 @@ (define-public python-tifffile
(define-public python-lfdfiles
(package
(name "python-lfdfiles")
(version "2020.1.1")
(version "2021.2.22")
(source
(origin
(method url-fetch)
(uri (pypi-uri "lfdfiles" version))
(sha256
(base32
"1n9bkfn4vxl0lbhzd0m35lq86ayx5fwcj3ghpfl2vbjbsnfp3h47"))))
"12fxm4v805dgjrih7x6jnl1wd7y7jw1rkhjs3d4am8s6qk1cbar2"))))
(build-system python-build-system)
(propagated-inputs
`(("python-click" ,python-click)