me
/
guix
Archived
1
0
Fork 0

gnu: bomber: Update to 23.04.3.

* gnu/packages/kde-games.scm (bomber): Update to 23.04.3.
master
宋文武 2023-07-29 10:53:19 +08:00
parent f6e2ff6851
commit c5fe3b1991
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 2 deletions

View File

@ -837,14 +837,14 @@ This package is part of the KDE games module.")
(define-public bomber
(package
(name "bomber")
(version "22.04.3")
(version "23.04.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/bomber-" version ".tar.xz"))
(sha256
(base32 "0cxyp5c119r0bkqzx0mnbfdb2i1h0ra0kp30zx0nmvma1rxrrvgf"))))
(base32 "0qgixhmlkcjni5i9391hjg3sfc3ps24lmk9v8199lmnplrybklqj"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))