From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
To: 75189@debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Subject: [bug#75189] [PATCH 1/1] gnu: mini: Update to 0.9.17.
Date: Mon, 30 Dec 2024 12:31:28 +0300 [thread overview]
Message-ID: <432a51f15ad667d65a4cf64593375193c3bf8b2c.1735550891.git.poptsov.artyom@gmail.com> (raw)
In-Reply-To: <cover.1735550891.git.poptsov.artyom@gmail.com>
* 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
prev parent reply other threads:[~2024-12-30 9:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=432a51f15ad667d65a4cf64593375193c3bf8b2c.1735550891.git.poptsov.artyom@gmail.com \
--to=poptsov.artyom@gmail.com \
--cc=75189@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).