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.

Full log


View this message in rfc822 format

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: [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 <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





This bug report was last modified 203 days ago.

Previous Next


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