guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: python-roifile: Update to 2020.11.28.


From: guix-commits
Subject: 03/04: gnu: python-roifile: Update to 2020.11.28.
Date: Sun, 18 Apr 2021 02:43:10 -0400 (EDT)

lbraun pushed a commit to branch master
in repository guix.

commit bfb1164a74453b29b255e4f30d1387f3b4e7c2f8
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sun Apr 18 08:33:23 2021 +0200

    gnu: python-roifile: Update to 2020.11.28.
    
    * gnu/packages/python-xyz.scm (python-roifile): Update to 2020.11.28.
---
 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 538435f..7d36570 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6167,14 +6167,14 @@ tifffile, czifile, and other scientific image 
input/output modules.")
 (define-public python-roifile
   (package
     (name "python-roifile")
-    (version "2020.5.28")
+    (version "2020.11.28")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "roifile" version))
         (sha256
           (base32
-            "1vwbwfsw745gyqymff6dllc5zqjsgqmxaw245sw4an6yw9rcbzc0"))))
+            "04argnc7qccybkrj9ww18bf81ghsghhh93hnqy3p111rcdlyn66p"))))
     (build-system python-build-system)
     (arguments `(#:tests? #f)) ; there are none
     (propagated-inputs



reply via email to

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