[PATCH] gnu: fossil: Update to 2.20.

  • Done
  • quality assurance status badge
Details
2 participants
  • kiasoc5
  • Ricardo Wurmus
Owner
unassigned
Submitted by
kiasoc5
Severity
normal

Debbugs page

kiasoc5 wrote 2 years ago
(address . guix-patches@gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
20221226203355.9923-1-kiasoc5@disroot.org
* gnu/packages/version-control.scm (fossil): Update to 2.20.
---
gnu/packages/version-control.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (29 lines)
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
Ricardo Wurmus wrote 2 years ago
(address . 60342-done@debbugs.gnu.org)
87v8lwa5n2.fsf@elephly.net
Thank you for your patch! I applied it.

--
Ricardo
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 60342@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 60342
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help