1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: exercism: Update to 3.5.8.

* gnu/packages/education.scm (exercism): Update to 3.5.8.

Change-Id: Ib03adbe544c511601f4fe3e4e35276a975dc9796
This commit is contained in:
Sharlatan Hellseher
2026-02-25 20:22:35 +00:00
parent 284a727456
commit accba504ad

View File

@@ -646,7 +646,7 @@ machine, and more.")
(define-public exercism
(package
(name "exercism")
(version "3.5.7")
(version "3.5.8")
(source
(origin
(method git-fetch)
@@ -655,7 +655,7 @@ machine, and more.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1w1md548janc16svdqij6bya5r6rayl13760jmsx28ws8yv2wjqf"))
(base32 "1acgys6kgv5rag3mqifyr3ryd9gbvvxk4x7cvf1hlizp0dmcx1mx"))
(patches (search-patches "exercism-disable-self-update.patch"))))
(build-system go-build-system)
(arguments