GNU bug report logs -
#70389
[PATCH v5] gnu: fossil: Update to 2.25.
Previous Next
Reported by: ashish.is <at> lostca.se
Date: Sun, 14 Apr 2024 23:56:01 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
Message #29 received at 70389 <at> debbugs.gnu.org (full text, mbox):
From: Ashish SHUKLA <ashish.is <at> 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
This bug report was last modified 166 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.