* [bug#75189] [PATCH 0/1] gnu: mini: Update to 0.9.17.
@ 2024-12-30 9:29 Artyom V. Poptsov
2024-12-30 9:31 ` [bug#75189] [PATCH 1/1] " Artyom V. Poptsov
0 siblings, 1 reply; 2+ messages in thread
From: Artyom V. Poptsov @ 2024-12-30 9:29 UTC (permalink / raw)
To: 75189; +Cc: Artyom V. Poptsov
This patch updats "mini" to the version 0.9.17.
The only dependent of this package is "picket" and it builds fine with the
updated version of "mini".
Artyom V. Poptsov (1):
gnu: mini: Update to 0.9.17.
gnu/packages/image.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
base-commit: bdcafd6f9fac3e9804b421673e122e09c1666913
--
2.47.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [bug#75189] [PATCH 1/1] gnu: mini: Update to 0.9.17.
2024-12-30 9:29 [bug#75189] [PATCH 0/1] gnu: mini: Update to 0.9.17 Artyom V. Poptsov
@ 2024-12-30 9:31 ` Artyom V. Poptsov
0 siblings, 0 replies; 2+ messages in thread
From: Artyom V. Poptsov @ 2024-12-30 9:31 UTC (permalink / raw)
To: 75189; +Cc: Artyom V. Poptsov
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-12-30 9:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-30 9:29 [bug#75189] [PATCH 0/1] gnu: mini: Update to 0.9.17 Artyom V. Poptsov
2024-12-30 9:31 ` [bug#75189] [PATCH 1/1] " Artyom V. Poptsov
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.