diff mbox series

[bug#72222,1/2] gnu: Update fossil to 2.23.

Message ID 97d46672b6ab6f72b8511de54ba967ff023a05b2.1721547149.git.public@thanosapollo.org
State New
Headers show
Series [bug#72222,1/2] gnu: Update fossil to 2.23. | expand

Commit Message

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

Change-Id: Id964b1e9295c0861db3d7ee7c8a22cce40f55d73
---
 gnu/packages/version-control.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


base-commit: 1fa4d658d808202f98003d1488f8e44daee370a9

Comments

Ludovic Courtès Oct. 16, 2024, 5:27 p.m. UTC | #1
Thanos Apollo <public@thanosapollo.org> skribis:

> * gnu/packages/version-control.scm (fossil): Update to 2.23.
>
> Change-Id: Id964b1e9295c0861db3d7ee7c8a22cce40f55d73

Finally applied, with ‘sqlite’ changed to ‘sqlite-next’ as Ashish
suggested.

Thanks,
Ludo’.
diff mbox series

Patch

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 3267a541a1..cd99727990 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -3080,17 +3080,17 @@  (define-public git-annex-remote-rclone
 (define-public fossil
   (package
     (name "fossil")
-    (version "2.20")
+    (version "2.23")
     (source
      (origin
        (method url-fetch)
        (uri (string-append
              "https://www.fossil-scm.org/home/tarball/"
-             "210e89a0597f225f49722b096cf5563bf193e920e02a9bd38503a906deacd416"
+             "47362306a7dd7c6fc3cab77cebe5d25469b0a9448479d9718eb5c49c8337b29"
              "/fossil-src-" version ".tar.gz"))
        ;; XXX: Currently the above hash must be manually updated.
        (sha256
-        (base32 "08g7img88n2nwcdkpzmg4aqbp2iy40nllgas53502dspm97ym4h8"))
+        (base32 "1r1kabvmlhc0qgyq8g9zhq8i0123x9dba9b71j4xc71k14kfqjm9"))
        (modules '((guix build utils)))
        (snippet
         '(delete-file-recursively "compat"))))