guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: mini: Update to 0.9.15.


From: guix-commits
Subject: branch master updated: gnu: mini: Update to 0.9.15.
Date: Mon, 01 Jul 2024 14:57:32 -0400

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

jgart pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 85012e6481 gnu: mini: Update to 0.9.15.
85012e6481 is described below

commit 85012e64819b39fd6112038134548b415fd5daff
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Mon Jul 1 20:41:35 2024 +0300

    gnu: mini: Update to 0.9.15.
    
    * gnu/packages/image.scm (mini): Update to 0.9.15.
    
    Change-Id: I20c20d3661364af2235b4eda348467bbeace6b74
    Signed-off-by: jgart <jgart@dismail.de>
---
 gnu/packages/image.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index fae45363ad..5f73a6c3f6 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -1974,7 +1974,7 @@ medical image data, e.g. magnetic resonance image (MRI) 
and functional MRI
 (define-public mini
   (package
     (name "mini")
-    (version "0.9.14")
+    (version "0.9.15")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1983,7 +1983,7 @@ medical image data, e.g. magnetic resonance image (MRI) 
and functional MRI
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "01wn7h9rjz9h6cr11dd62jsb3315d1h6c33pdmwi2l7d8a4n3h8d"))))
+                "088rz9d639lhr8sbk9z67jy981ffd7swlc8ld0qr09v51hryhwya"))))
     (build-system gnu-build-system)
     (arguments
      (list #:phases



reply via email to

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