mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
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:
parent
8e8557387d
commit
62f70578eb
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue