all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#74185] [PATCH] gnu: cli11: Update to 2.4.2.
@ 2024-11-03 11:24 Zheng Junjie
  2024-11-15 10:57 ` bug#74185: " Z572
  0 siblings, 1 reply; 2+ messages in thread
From: Zheng Junjie @ 2024-11-03 11:24 UTC (permalink / raw)
  To: 74185

* gnu/packages/cpp.scm (cli11): Update to 2.4.2.

Change-Id: I0bcd934bba863ec272a096976cea49da4b748961
---
 gnu/packages/cpp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 26fc1691542..d4bda50c355 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -2008,7 +2008,7 @@ (define-public mcpp
 (define-public cli11
   (package
     (name "cli11")
-    (version "2.3.2")
+    (version "2.4.2")
     (source
       (origin
         (method git-fetch)
@@ -2017,7 +2017,7 @@ (define-public cli11
               (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "1iif7kzp3yyjqg4yfar89rqmz44xkbi603gf9kjdqbgraw3f8zy7"))))
+         (base32 "1kxggvgbdjx73rx9d91dm9imzcacf5jjfnjn2vaq6h6lvwlcdf04"))))
     (build-system cmake-build-system)
     (arguments
      (list #:configure-flags

base-commit: a26ba23cdd476cb5eb8378c4785ccf1bc4145f17
prerequisite-patch-id: d9314911732a6e7420aee9888a6335b1fee67274
prerequisite-patch-id: 2004d3d10bba51deea93634b8a5ddeae1d049287
-- 
2.46.0





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

end of thread, other threads:[~2024-11-15 10:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-03 11:24 [bug#74185] [PATCH] gnu: cli11: Update to 2.4.2 Zheng Junjie
2024-11-15 10:57 ` bug#74185: " Z572

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.