all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#72222] [PATCH] gnu: Update fossil to 2.25.
@ 2024-07-21  6:31 Thanos Apollo
  2024-07-21  7:33 ` [bug#72222] [PATCH 1/2] gnu: Update fossil to 2.23 Thanos Apollo
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Thanos Apollo @ 2024-07-21  6:31 UTC (permalink / raw)
  To: 72222; +Cc: Thanos Apollo

* 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(-)

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"))))

base-commit: 1fa4d658d808202f98003d1488f8e44daee370a9
-- 
2.45.2





^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-08-04 10:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-21  6:31 [bug#72222] [PATCH] gnu: Update fossil to 2.25 Thanos Apollo
2024-07-21  7:33 ` [bug#72222] [PATCH 1/2] gnu: Update fossil to 2.23 Thanos Apollo
2024-07-21  7:33   ` [bug#72222] [PATCH 2/2] gnu: Update sqlite to 3.46.0 Thanos Apollo
2024-07-21  7:40 ` [bug#72222] version 2.25 fails to build Thanos Apollo
2024-08-01 22:30 ` [bug#72222] [PATCH] gnu: Update fossil to 2.25 Ashish SHUKLA via Guix-patches via
2024-08-04  5:19   ` Thanos Apollo via Guix-patches via
2024-08-04 10:13     ` Ashish via Guix-patches via

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.