guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: python-lfdfiles: Update to 2021.2.22.


From: guix-commits
Subject: 04/04: gnu: python-lfdfiles: Update to 2021.2.22.
Date: Sun, 18 Apr 2021 02:43:11 -0400 (EDT)

lbraun pushed a commit to branch master
in repository guix.

commit da28f04a5fa2dba2e153c3af0908ab76c98b6811
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sun Apr 18 08:35:06 2021 +0200

    gnu: python-lfdfiles: Update to 2021.2.22.
    
    * gnu/packages/python-xyz.scm (python-lfdfiles): Update to 2021.2.22.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7d36570..258f337 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6214,14 +6214,14 @@ numpy arrays to TIFF, BigTIFF, and ImageJ hyperstack 
compatible files.")
 (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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]