guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: labelme: Update to 4.5.9.


From: guix-commits
Subject: branch master updated: gnu: labelme: Update to 4.5.9.
Date: Tue, 13 Jul 2021 03:09:20 -0400

This is an automated email from the git hooks/post-receive script.

lbraun pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9bd0ef9  gnu: labelme: Update to 4.5.9.
9bd0ef9 is described below

commit 9bd0ef9ccca1eebf477d52687bf6c306984cc863
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Tue Jul 13 09:08:50 2021 +0200

    gnu: labelme: Update to 4.5.9.
    
    * gnu/packages/image-processing.scm (labelme): Update to 4.5.9.
---
 gnu/packages/image-processing.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/image-processing.scm 
b/gnu/packages/image-processing.scm
index 7408457..df77bef 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -1326,7 +1326,7 @@ segmentation.")
 (define-public labelme
   (package
     (name "labelme")
-    (version "4.5.7")
+    (version "4.5.9")
     (source
      (origin
        ;; PyPi tarball lacks tests.
@@ -1336,7 +1336,7 @@ segmentation.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0rgyd76mczv0d0gg6n4qhkjm7icjpx73a0896max2lvjkpplhsmv"))))
+        (base32 "12wn291516kdv0wqngz4l04j95g3rwc6cvkcb0gw8rrv4wgc7c66"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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