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>master
parent
8e8557387d
commit
62f70578eb
|
@ -1049,7 +1049,7 @@ machine, and more.")
|
||||||
(define-public exercism
|
(define-public exercism
|
||||||
(package
|
(package
|
||||||
(name "exercism")
|
(name "exercism")
|
||||||
(version "3.0.13")
|
(version "3.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1059,7 +1059,7 @@ machine, and more.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17gvz9a0sn4p36hf4l77bxhhfipf4x998iay31layqwbnzmb4xy7"))
|
"0ah5v4pqq31bvj7s4rg3jyjn7jwxa15w31cn4c317gsqmi0n8rzl"))
|
||||||
(patches (search-patches "exercism-disable-self-update.patch"))))
|
(patches (search-patches "exercism-disable-self-update.patch"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in New Issue