gnu: rsibreak: Update to 0.12.14.
* gnu/packages/kde-utils.scm (rsibreak): Update to 0.12.14.master
parent
e6fd51a36e
commit
6491340ff7
|
@ -1,6 +1,6 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2017, 2019 Hartmut Goebel <h.goebel@crazy-compilers.com>
|
;;; Copyright © 2017, 2019 Hartmut Goebel <h.goebel@crazy-compilers.com>
|
||||||
;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2020, 2021 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -393,14 +393,14 @@ redone.")
|
||||||
(define-public rsibreak
|
(define-public rsibreak
|
||||||
(package
|
(package
|
||||||
(name "rsibreak")
|
(name "rsibreak")
|
||||||
(version "0.12.13")
|
(version "0.12.14")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde//stable/rsibreak/0.12/"
|
(uri (string-append "mirror://kde//stable/rsibreak/0.12/"
|
||||||
"rsibreak-" version ".tar.xz"))
|
"rsibreak-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "06kzyj5jzmzvhw6jy6p7ldrq719bys0yg0nll9rawziwpxzvwh1p"))))
|
(base32 "0yjv5awngi2hk6xzlwzmj92i6qppnfc0inqdp16rd8gzfpw7xqqw"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("extra-cmake-modules" ,extra-cmake-modules)
|
`(("extra-cmake-modules" ,extra-cmake-modules)
|
||||||
|
|
Reference in New Issue