mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: mini: Update to 0.9.17.
* gnu/packages/image.scm (mini): Update to 0.9.17. Change-Id: I53f65133fe1da906e6af6e7295b47c50f4203920
This commit is contained in:
parent
3a4209224e
commit
90a8109e82
1 changed files with 3 additions and 3 deletions
|
@ -37,7 +37,7 @@
|
||||||
;;; Copyright © 2022-2023 Bruno Victal <mirai@makinata.eu>
|
;;; Copyright © 2022-2023 Bruno Victal <mirai@makinata.eu>
|
||||||
;;; Copyright © 2023, 2024 Zheng Junjie <873216071@qq.com>
|
;;; Copyright © 2023, 2024 Zheng Junjie <873216071@qq.com>
|
||||||
;;; Copyright © 2023-2024 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
;;; Copyright © 2023-2024 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
||||||
;;; Copyright © 2023 Artyom V. Poptsov <poptsov.artyom@gmail.com>
|
;;; Copyright © 2023, 2025 Artyom V. Poptsov <poptsov.artyom@gmail.com>
|
||||||
;;; Copyright © 2024 chris <chris@bumblehead.com>
|
;;; Copyright © 2024 chris <chris@bumblehead.com>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
|
@ -1958,7 +1958,7 @@ medical image data, e.g. magnetic resonance image (MRI) and functional MRI
|
||||||
(define-public mini
|
(define-public mini
|
||||||
(package
|
(package
|
||||||
(name "mini")
|
(name "mini")
|
||||||
(version "0.9.15")
|
(version "0.9.17")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1967,7 +1967,7 @@ medical image data, e.g. magnetic resonance image (MRI) and functional MRI
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"088rz9d639lhr8sbk9z67jy981ffd7swlc8ld0qr09v51hryhwya"))))
|
"0n4c4dsmycp9pgaykc7rpgrgs23nb5gc9fb4agq95fdfpphdarm4"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases
|
(list #:phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue