mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: slade: Update to 3.2.7.
* gnu/packages/game-development.scm (slade): Update to 3.2.7. Change-Id: I59be06c8ba3168b58677d2acc3b213bbce390f53
This commit is contained in:
parent
38a020ed8e
commit
f954f7680e
1 changed files with 2 additions and 2 deletions
|
@ -757,7 +757,7 @@ support.")
|
||||||
(define-public slade
|
(define-public slade
|
||||||
(package
|
(package
|
||||||
(name "slade")
|
(name "slade")
|
||||||
(version "3.2.5a")
|
(version "3.2.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -765,7 +765,7 @@ support.")
|
||||||
(url "https://github.com/sirjuddington/SLADE")
|
(url "https://github.com/sirjuddington/SLADE")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1pdrw5ysyh9s907gj6bwf16sf9nm89dlnwlpn0y8x49662kx41v3"))
|
(base32 "0yxy9dpgb5bgq6cc7b1k7f1bvs72mhifi9xpjgysznnfxkm78bps"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue