me
/
guix
Archived
1
0
Fork 0

gnu: python-lfdfiles: Update to 2021.2.22.

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

View File

@ -6214,14 +6214,14 @@ numpy arrays to TIFF, BigTIFF, and ImageJ hyperstack compatible files.")
(define-public python-lfdfiles (define-public python-lfdfiles
(package (package
(name "python-lfdfiles") (name "python-lfdfiles")
(version "2020.1.1") (version "2021.2.22")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "lfdfiles" version)) (uri (pypi-uri "lfdfiles" version))
(sha256 (sha256
(base32 (base32
"1n9bkfn4vxl0lbhzd0m35lq86ayx5fwcj3ghpfl2vbjbsnfp3h47")))) "12fxm4v805dgjrih7x6jnl1wd7y7jw1rkhjs3d4am8s6qk1cbar2"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-click" ,python-click) `(("python-click" ,python-click)