From: "ashish.is--- via Guix-patches" via <guix-patches@gnu.org>
To: 70389@debbugs.gnu.org
Cc: Ashish SHUKLA <ashish.is@lostca.se>
Subject: [bug#70389] [PATCH v5] gnu: fossil: Update to 2.25.
Date: Tue, 19 Nov 2024 04:53:46 +0000 [thread overview]
Message-ID: <1b0c7c42a4cce63266a9be38d2f85d70b0232118.1731992026.git.ashish.is@lostca.se> (raw)
In-Reply-To: <70ca87be51ea591a128edd857d15188e5d869c8f.1726501717.git.ashish.is@lostca.se>
From: Ashish SHUKLA <ashish.is@lostca.se>
* gnu/packages/version-control.scm (fossil): Update to 2.25.
[source]: switch to a simpler tarball URL.
[arguments]<configure-flags>: Add flag to enable JSON support.
Change-Id: I644dff44ce96d7f42e92cdbc994c4096ac55bf10
---
gnu/packages/version-control.scm | 14 +++++---------
1 file changed, 5 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index c892a83a98..e39c57c137 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -3309,20 +3309,15 @@ (define-public git-annex-remote-rclone
(define-public fossil
(package
(name "fossil")
- (version "2.23")
+ (version "2.25")
(source
(origin
(method url-fetch)
(uri (string-append
- "https://www.fossil-scm.org/home/tarball/"
- "47362306a7dd7c6fc3cab77cebe5d25469b0a9448479d9718eb5c49c8337b29"
- "/fossil-src-" version ".tar.gz"))
- ;; XXX: Currently the above hash must be manually updated.
+ "https://fossil-scm.org/home/tarball/version-" version
+ "/fossil-" version ".tar.gz"))
(sha256
- (base32 "1r1kabvmlhc0qgyq8g9zhq8i0123x9dba9b71j4xc71k14kfqjm9"))
- (modules '((guix build utils)))
- (snippet
- '(delete-file-recursively "compat"))))
+ (base32 "18gws90by2q6a6rk7h3mx46pn79lz4zi3saxlyrdz5982mw9rvp4"))))
(build-system gnu-build-system)
(native-inputs
(list tcl ;for configuration only
@@ -3333,6 +3328,7 @@ (define-public fossil
(list openssl zlib sqlite-next))
(arguments
`(#:configure-flags (list "--with-openssl=auto"
+ "--enable-json"
"--disable-internal-sqlite")
#:test-target "test"
#:phases (modify-phases %standard-phases
base-commit: 4473f8ae902c2192cab6919363a9101ce9861e45
--
2.47.0
next prev parent reply other threads:[~2024-11-19 4:55 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-14 23:54 [bug#70389] [PATCH] gnu: fossil: update to 2.23 ashish.is--- via Guix-patches via
2024-05-21 23:59 ` [bug#70389] [PATCH v2] gnu: fossil: Update to 2.24 ashish.is--- via Guix-patches via
2024-08-01 21:44 ` ashish.is--- via Guix-patches via
2024-09-15 21:59 ` Ludovic Courtès
2024-09-16 15:48 ` [bug#70389] [PATCH v4] " Ashish SHUKLA via Guix-patches via
2024-11-19 4:53 ` ashish.is--- via Guix-patches via [this message]
2024-09-16 3:29 ` [bug#70389] [PATCH v3] " Ashish SHUKLA via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1b0c7c42a4cce63266a9be38d2f85d70b0232118.1731992026.git.ashish.is@lostca.se \
--to=guix-patches@gnu.org \
--cc=70389@debbugs.gnu.org \
--cc=ashish.is@lostca.se \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).