mirror of
https://codeberg.org/guix/guix.git
synced 2026-05-13 15:03:44 +00:00
gnu: go-codeberg-org-anaseto-gruid-sdl: Update to 0.10.1.
* gnu/packages/game-development.scm (go-codeberg-org-anaseto-gruid-sdl): Update to 0.10.1. [source] <url>: Remove .git suffix. Change-Id: Idf1e959ad273f0ba1f25929aad5dab4613ca7b10 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
d13a95d371
commit
e7f6317b10
@@ -326,16 +326,16 @@ DeuTex has functions such as merging wads, etc.")
|
||||
(define-public go-codeberg-org-anaseto-gruid-sdl
|
||||
(package
|
||||
(name "go-codeberg-org-anaseto-gruid-sdl")
|
||||
(version "0.5.0")
|
||||
(version "0.10.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://codeberg.org/anaseto/gruid-sdl.git")
|
||||
(url "https://codeberg.org/anaseto/gruid-sdl")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0q2k9ysfvqb715mrpk2f3sagkjmcsinh3s6nfgi6f3axckzj2351"))))
|
||||
(base32 "1mm0wcxch5gyd021rfiparf0i7i9a1jwkn3pbhxh50w8x91hyn9k"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
||||
Reference in New Issue
Block a user