all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [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
  2025-01-19  8:13 ` bug#75189: [PATCH 0/1] " Artyom V. Poptsov
  0 siblings, 2 replies; 3+ 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] 3+ 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
  2025-01-19  8:13 ` bug#75189: [PATCH 0/1] " Artyom V. Poptsov
  1 sibling, 0 replies; 3+ 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] 3+ messages in thread

* bug#75189: [PATCH 0/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 ` [bug#75189] [PATCH 1/1] " Artyom V. Poptsov
@ 2025-01-19  8:13 ` Artyom V. Poptsov
  1 sibling, 0 replies; 3+ messages in thread
From: Artyom V. Poptsov @ 2025-01-19  8:13 UTC (permalink / raw)
  To: 75189-done

[-- Attachment #1: Type: text/plain, Size: 293 bytes --]

Merged to the "master" branch as
90a8109e82b8691331c6c412495493a5f7af537c.

- avp

-- 
Artyom "avp" Poptsov <poptsov.artyom@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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 869 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-01-19  8:14 UTC | newest]

Thread overview: 3+ 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
2025-01-19  8:13 ` bug#75189: [PATCH 0/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.