GNU bug report logs - #75189
[PATCH 0/1] gnu: mini: Update to 0.9.17.

Previous Next

Package: guix-patches;

Reported by: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>

Date: Mon, 30 Dec 2024 09:31:01 UTC

Severity: normal

Tags: patch

Done: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 75189 in the body.
You can then email your comments to 75189 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#75189; Package guix-patches. (Mon, 30 Dec 2024 09:31:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 30 Dec 2024 09:31:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Subject: [PATCH 0/1] gnu: mini: Update to 0.9.17.
Date: Mon, 30 Dec 2024 12:29:54 +0300
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





Information forwarded to guix-patches <at> gnu.org:
bug#75189; Package guix-patches. (Mon, 30 Dec 2024 09:33:02 GMT) Full text and rfc822 format available.

Message #8 received at 75189 <at> debbugs.gnu.org (full text, mbox):

From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: 75189 <at> debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Subject: [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 <at> makinata.eu>
 ;;; Copyright © 2023, 2024 Zheng Junjie <873216071 <at> qq.com>
 ;;; Copyright © 2023-2024 Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
-;;; Copyright © 2023 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
+;;; Copyright © 2023, 2024 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
 ;;; Copyright © 2024 chris <chris <at> 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





Reply sent to "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>:
You have taken responsibility. (Sun, 19 Jan 2025 08:14:02 GMT) Full text and rfc822 format available.

Notification sent to "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>:
bug acknowledged by developer. (Sun, 19 Jan 2025 08:14:02 GMT) Full text and rfc822 format available.

Message #13 received at 75189-done <at> debbugs.gnu.org (full text, mbox):

From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: 75189-done <at> debbugs.gnu.org
Subject: Re: [PATCH 0/1] gnu: mini: Update to 0.9.17.
Date: Sun, 19 Jan 2025 11:13:20 +0300
[Message part 1 (text/plain, inline)]
Merged to the "master" branch as
90a8109e82b8691331c6c412495493a5f7af537c.

- avp

-- 
Artyom "avp" Poptsov <poptsov.artyom <at> gmail.com>
Home page: https://memory-heap.org/~avp/
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE  B57C E9C5 A2D9 0898 A02F
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 16 Feb 2025 12:24:15 GMT) Full text and rfc822 format available.

This bug report was last modified 25 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.