me
/
guix
Archived
1
0
Fork 0

gnu: tiled: Update to 1.4.3.

* gnu/packages/game-development.scm (tiled): Update to 1.4.3.
master
Tobias Geerinckx-Rice 2020-11-19 22:59:39 +01:00
parent b1cd39276a
commit 58f2ac142c
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -444,7 +444,7 @@ support.")
(define-public tiled
(package
(name "tiled")
(version "1.4.2")
(version "1.4.3")
(source (origin
(method git-fetch)
(uri (git-reference
@ -453,7 +453,7 @@ support.")
(file-name (git-file-name name version))
(sha256
(base32
"0nhmv5rnmlnnmkiz95l3iy62f3754d98dm1wyh1m47xb3nbnl05b"))))
"14bx4gywfzr2f07ldqk3la82g5ag1agj21f7ccrxip12ydmpx0xb"))))
(build-system gnu-build-system)
(inputs
`(("qtbase" ,qtbase)