mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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:
parent
bfb1164a74
commit
da28f04a5f
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue