all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53986] [PATCH] gnu: neon: Update to 0.32.2.
@ 2022-02-14  0:07 Jai Vetrivelan
  2022-02-14 10:09 ` bug#53986: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Jai Vetrivelan @ 2022-02-14  0:07 UTC (permalink / raw)
  To: 53986

[-- Attachment #1: 0001-gnu-neon-Update-to-0.32.2.patch --]
[-- Type: text/patch, Size: 1721 bytes --]

From 6d25498c0e918e6bcdc2330582c1d1dde8b060ee Mon Sep 17 00:00:00 2001
From: Jai Vetrivelan <jaivetrivelan@gmail.com>
Date: Mon, 14 Feb 2022 05:33:53 +0530
Subject: [PATCH] gnu: neon: Update to 0.32.2.

* gnu/packages/version-control.scm (neon): Update to 0.32.2.
---
 gnu/packages/version-control.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index aa7076b02d..d7f576afd6 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -43,6 +43,7 @@
 ;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net>
 ;;; Copyright © 2021 jgart <jgart@dismail.de>
 ;;; Copyright © 2021 Foo Chuan Wei <chuanwei.foo@hotmail.com>
+;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1879,14 +1880,14 @@ (define-public hg-commitsigs
 (define-public neon
   (package
     (name "neon")
-    (version "0.31.2")
+    (version "0.32.2")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://notroj.github.io/neon/neon-"
                                  version ".tar.gz"))
              (sha256
               (base32
-               "0y46dbhiblcvg8k41bdydr3fivghwk73z040ki5825d24ynf67ng"))))
+               "11mj5zpp317dmds874wfwcpgij9i3scaahdi1xfzr5b2ii36crcq"))))
     (build-system gnu-build-system)
     (native-inputs
      (list perl pkg-config))

base-commit: d65979c46c99dc36324ca94aa9650b9de37f22de
prerequisite-patch-id: ca3d82cc956894359957244064bee5fe9979004b
prerequisite-patch-id: 29d25018012a70b0add78de766cf966b7ea5dd79
-- 
2.34.0





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

* bug#53986: [PATCH] gnu: neon: Update to 0.32.2.
  2022-02-14  0:07 [bug#53986] [PATCH] gnu: neon: Update to 0.32.2 Jai Vetrivelan
@ 2022-02-14 10:09 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-02-14 10:09 UTC (permalink / raw)
  To: Jai Vetrivelan; +Cc: 53986-done

Hello,

Jai Vetrivelan <jaivetrivelan@gmail.com> writes:

> * gnu/packages/version-control.scm (neon): Update to 0.32.2.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2022-02-14 10:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-14  0:07 [bug#53986] [PATCH] gnu: neon: Update to 0.32.2 Jai Vetrivelan
2022-02-14 10:09 ` bug#53986: " Nicolas Goaziou

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.