* [bug#72855] [PATCH] gnu: uriparser: Update to 0.9.8.
@ 2024-08-28 16:11 Artyom V. Poptsov
2024-08-29 3:24 ` bug#72855: " Z572
0 siblings, 1 reply; 2+ messages in thread
From: Artyom V. Poptsov @ 2024-08-28 16:11 UTC (permalink / raw)
To: 72855; +Cc: Artyom V. Poptsov
* gnu/packages/web.scm (uriparser): Update to 0.9.8.
Change-Id: I12ed35eebd9719aac83e5838cdec6e81529763ae
---
gnu/packages/web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 5f7b2b92b0..2bd9d9ceb4 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -9349,7 +9349,7 @@ (define-public kiwix-tools
(define-public uriparser
(package
(name "uriparser")
- (version "0.9.6")
+ (version "0.9.8")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/uriparser/uriparser"
@@ -9357,7 +9357,7 @@ (define-public uriparser
version "/uriparser-" version ".tar.xz"))
(sha256
(base32
- "0i7nxgy36i8v81r213sbvmpxxq9qb4rhii9qbvl1k32jd1ka1252"))))
+ "0bivyxzvh041x1439qqiypn7j8r7myhybg32whqjm8vyhdac0w8x"))))
(build-system cmake-build-system)
(native-inputs (list googletest doxygen graphviz))
(synopsis "Strictly RFC 3986 compliant URI parsing and handling library")
base-commit: 0c908518375aea50be6dec703367c01944c8c721
--
2.45.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#72855: [PATCH] gnu: uriparser: Update to 0.9.8.
2024-08-28 16:11 [bug#72855] [PATCH] gnu: uriparser: Update to 0.9.8 Artyom V. Poptsov
@ 2024-08-29 3:24 ` Z572
0 siblings, 0 replies; 2+ messages in thread
From: Z572 @ 2024-08-29 3:24 UTC (permalink / raw)
To: Artyom V. Poptsov; +Cc: 72855-done
[-- Attachment #1: Type: text/plain, Size: 1356 bytes --]
"Artyom V. Poptsov" <poptsov.artyom@gmail.com> writes:
> * gnu/packages/web.scm (uriparser): Update to 0.9.8.
>
> Change-Id: I12ed35eebd9719aac83e5838cdec6e81529763ae
> ---
> gnu/packages/web.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
> index 5f7b2b92b0..2bd9d9ceb4 100644
> --- a/gnu/packages/web.scm
> +++ b/gnu/packages/web.scm
> @@ -9349,7 +9349,7 @@ (define-public kiwix-tools
> (define-public uriparser
> (package
> (name "uriparser")
> - (version "0.9.6")
> + (version "0.9.8")
> (source (origin
> (method url-fetch)
> (uri (string-append "https://github.com/uriparser/uriparser"
> @@ -9357,7 +9357,7 @@ (define-public uriparser
> version "/uriparser-" version ".tar.xz"))
> (sha256
> (base32
> - "0i7nxgy36i8v81r213sbvmpxxq9qb4rhii9qbvl1k32jd1ka1252"))))
> + "0bivyxzvh041x1439qqiypn7j8r7myhybg32whqjm8vyhdac0w8x"))))
> (build-system cmake-build-system)
> (native-inputs (list googletest doxygen graphviz))
> (synopsis "Strictly RFC 3986 compliant URI parsing and handling library")
>
> base-commit: 0c908518375aea50be6dec703367c01944c8c721
push, and switch to git-fetch, fix cross-compilation. close.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-29 3:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-28 16:11 [bug#72855] [PATCH] gnu: uriparser: Update to 0.9.8 Artyom V. Poptsov
2024-08-29 3:24 ` bug#72855: " 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.