[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#75189] [PATCH 1/1] gnu: mini: Update to 0.9.17.
From: |
Artyom V. Poptsov |
Subject: |
[bug#75189] [PATCH 1/1] gnu: mini: Update to 0.9.17. |
Date: |
Mon, 30 Dec 2024 12:31:28 +0300 |
* gnu/packages/image.scm (mini): Update to 0.9.17.
[source]: Change the URL of the repository to
"https://github.com/metayeti/mINI" as the old URL premanently redirects to
this page.
[home-page]: Likewise.
Change-Id: Ide707063bb2011f198b91332e52a3bf23eae326d
---
gnu/packages/image.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 7337a27b88..4e0f19742d 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -37,7 +37,7 @@
;;; Copyright © 2022-2023 Bruno Victal <mirai@makinata.eu>
;;; Copyright © 2023, 2024 Zheng Junjie <873216071@qq.com>
;;; Copyright © 2023-2024 Nicolas Goaziou <mail@nicolasgoaziou.fr>
-;;; Copyright © 2023 Artyom V. Poptsov <poptsov.artyom@gmail.com>
+;;; Copyright © 2023, 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
;;; Copyright © 2024 chris <chris@bumblehead.com>
;;;
;;; This file is part of GNU Guix.
@@ -1958,16 +1958,16 @@ (define-public niftilib
(define-public mini
(package
(name "mini")
- (version "0.9.15")
+ (version "0.9.17")
(source (origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/pulzed/mINI")
+ (url "https://github.com/metayeti/mINI")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
- "088rz9d639lhr8sbk9z67jy981ffd7swlc8ld0qr09v51hryhwya"))))
+ "0n4c4dsmycp9pgaykc7rpgrgs23nb5gc9fb4agq95fdfpphdarm4"))))
(build-system gnu-build-system)
(arguments
(list #:phases
@@ -1988,7 +1988,7 @@ (define-public mini
(lambda _
(install-file "src/mini/ini.h"
(string-append #$output "/include/mini")))))))
- (home-page "https://github.com/pulzed/mINI")
+ (home-page "https://github.com/metayeti/mINI")
(synopsis "INI file reader and writer header library")
(description
"This is a tiny, header-only C++ library for manipulating INI files.")
--
2.47.1