gnu: exercism: Update to 3.1.0.

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

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Morgan Smith 2022-11-08 15:08:13 -05:00 committed by Nicolas Goaziou
parent 8e8557387d
commit 62f70578eb
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1049,7 +1049,7 @@ (define-public mdk
(define-public exercism
(package
(name "exercism")
(version "3.0.13")
(version "3.1.0")
(source
(origin
(method git-fetch)
@ -1059,7 +1059,7 @@ (define-public exercism
(file-name (git-file-name name version))
(sha256
(base32
"17gvz9a0sn4p36hf4l77bxhhfipf4x998iay31layqwbnzmb4xy7"))
"0ah5v4pqq31bvj7s4rg3jyjn7jwxa15w31cn4c317gsqmi0n8rzl"))
(patches (search-patches "exercism-disable-self-update.patch"))))
(build-system go-build-system)
(arguments