diff mbox series

[bug#72222] gnu: Update fossil to 2.25.

Message ID 25f55040d4d418276828cc38b7bf331601ab0d7a.1721543460.git.public@thanosapollo.org
State New
Headers show
Series [bug#72222] gnu: Update fossil to 2.25. | expand

Commit Message

Thanos Apollo July 21, 2024, 6:31 a.m. UTC
* gnu/packages/version-control.scm (fossil): Update to 2.25.

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


base-commit: 1fa4d658d808202f98003d1488f8e44daee370a9

Comments

Thanos Apollo July 21, 2024, 7:40 a.m. UTC | #1
Version 2.24+ fails to pass the tests, needs further investigation.


Updated sqlite to 3.46 and used version 2.23 instead.


Cheers,
Ashish SHUKLA Aug. 1, 2024, 10:30 p.m. UTC | #2
Hi,

Just came across your issue report[0], as I updated my issue report[1].  
If you have a moment, would you like to give it a shot ?

Also, I do not see anywhere that fossil 2.25 is out.


References:
[0] https://issues.guix.gnu.org/72222
[1] https://issues.guix.gnu.org/70389

HTH
Thanos Apollo Aug. 4, 2024, 5:19 a.m. UTC | #3
Ashish SHUKLA <ashish.is@lostca.se> writes:

> Hi,
>
> Just came across your issue report[0], as I updated my issue report[1].  
> If you have a moment, would you like to give it a shot ?

LGTM, but it'd be preferable to use sqlite instead of sqlite-next,
thus we should update sqlite to the latest version.
Ashish SHUKLA Aug. 4, 2024, 10:13 a.m. UTC | #4
On Sun, Aug 04, 2024 at 08:19:01AM +0300, Thanos Apollo wrote:
> Ashish SHUKLA <ashish.is@lostca.se> writes:
> 
> > Hi,
> >
> > Just came across your issue report[0], as I updated my issue report[1].  
> > If you have a moment, would you like to give it a shot ?
> 
> LGTM, but it'd be preferable to use sqlite instead of sqlite-next,
> thus we should update sqlite to the latest version.

Thanks for taking a look.

I believe updating sqlite will trigger a few rebuilds, why is why I 
decided to just go for sqlite-next which is already there.
diff mbox series

Patch

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 3267a541a1..9dbcdf92af 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -3080,7 +3080,7 @@  (define-public git-annex-remote-rclone
 (define-public fossil
   (package
     (name "fossil")
-    (version "2.20")
+    (version "2.25")
     (source
      (origin
        (method url-fetch)
@@ -3090,7 +3090,7 @@  (define-public fossil
              "/fossil-src-" version ".tar.gz"))
        ;; XXX: Currently the above hash must be manually updated.
        (sha256
-        (base32 "08g7img88n2nwcdkpzmg4aqbp2iy40nllgas53502dspm97ym4h8"))
+        (base32 "1b7f0pc8naic6kagiqagq2v785fjs4xml7z22pqiiwr4mdm2dy94"))
        (modules '((guix build utils)))
        (snippet
         '(delete-file-recursively "compat"))))