all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#73468] [PATCH] gnu: fnc: Update to 0.18.
@ 2024-09-25 10:46 Ashish SHUKLA via Guix-patches via
  2024-09-27 12:17 ` bug#73468: " Z572
  0 siblings, 1 reply; 2+ messages in thread
From: Ashish SHUKLA via Guix-patches via @ 2024-09-25 10:46 UTC (permalink / raw)
  To: 73468; +Cc: Ashish SHUKLA

* gnu/packages/version-control.scm (fnc): Update to 0.18.

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

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 3bec28c4f7..15cd5d2db0 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -2996,7 +2996,7 @@ (define-public findnewest
 (define-public fnc
   (package
     (name "fnc")
-    (version "0.16")
+    (version "0.18")
     (source (origin
               (method url-fetch)
               (uri
@@ -3004,7 +3004,7 @@ (define-public fnc
                               version ".tar.gz"))
               (sha256
                (base32
-                "1npnbdz5i4p61ri76vx6awggbc0q19y8b26l3sy4wxmaxkly7gwy"))))
+                "1067rr4nqngld1nqa8c7imp9n3w5fp7rpc7khh6l84q2w1klrya9"))))
     (build-system gnu-build-system)
     (arguments
      (list

base-commit: a9088ffb1a492c6756930aca808d0f6d6450b210
-- 
2.46.0





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

end of thread, other threads:[~2024-09-27 12:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-25 10:46 [bug#73468] [PATCH] gnu: fnc: Update to 0.18 Ashish SHUKLA via Guix-patches via
2024-09-27 12:17 ` bug#73468: " 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.