all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#60342] [PATCH] gnu: fossil: Update to 2.20.
@ 2022-12-26 20:33 kiasoc5 via Guix-patches via
  2022-12-27 21:38 ` bug#60342: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: kiasoc5 via Guix-patches via @ 2022-12-26 20:33 UTC (permalink / raw)
  To: 60342; +Cc: kiasoc5

* gnu/packages/version-control.scm (fossil): Update to 2.20.
---
 gnu/packages/version-control.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 5a5e4eb7a4..9c8e031a90 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -2732,17 +2732,17 @@ (define-public git-annex-remote-rclone
 (define-public fossil
   (package
     (name "fossil")
-    (version "2.18")
+    (version "2.20")
     (source
      (origin
        (method url-fetch)
        (uri (string-append
              "https://www.fossil-scm.org/home/tarball/"
-             "84f25d7eb10c0714109d69bb2809abfa8b4b5c3d73b151a5b10df724dacd46d8"
+             "210e89a0597f225f49722b096cf5563bf193e920e02a9bd38503a906deacd416"
              "/fossil-src-" version ".tar.gz"))
        ;; XXX: Currently the above hash must be manually updated.
        (sha256
-        (base32 "0cq7677p84nnbfvk2dsh3c3y900gslw3zaw8iipfq932vmf1s31h"))
+        (base32 "08g7img88n2nwcdkpzmg4aqbp2iy40nllgas53502dspm97ym4h8"))
        (modules '((guix build utils)))
        (snippet
         '(begin

base-commit: 7c476873e0300711bf92668cf01abd28f7295ead
-- 
2.39.0





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

* bug#60342: [PATCH] gnu: fossil: Update to 2.20.
  2022-12-26 20:33 [bug#60342] [PATCH] gnu: fossil: Update to 2.20 kiasoc5 via Guix-patches via
@ 2022-12-27 21:38 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2022-12-27 21:38 UTC (permalink / raw)
  To: 60342-done

Thank you for your patch!  I applied it.

-- 
Ricardo




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

end of thread, other threads:[~2022-12-27 21:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-26 20:33 [bug#60342] [PATCH] gnu: fossil: Update to 2.20 kiasoc5 via Guix-patches via
2022-12-27 21:38 ` bug#60342: " Ricardo Wurmus

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.