mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: knotifications: Update to 6.21.0.
* gnu/packages/kde-frameworks.scm (knotifications): Update to 6.21.0. Change-Id: Ie8f3b560a5e16be55fc979fd83d79d201eb13e91
This commit is contained in:
parent
983b010d33
commit
2c37b6141d
1 changed files with 2 additions and 2 deletions
|
|
@ -2662,7 +2662,7 @@ asynchronous jobs.")
|
|||
(define-public knotifications
|
||||
(package
|
||||
(name "knotifications")
|
||||
(version "6.19.0")
|
||||
(version "6.21.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
|
@ -2671,7 +2671,7 @@ asynchronous jobs.")
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1dmj15w5z2phsm5mx18sfrbq97ijlmdg56q937ql0d645dgn9wl6"))))
|
||||
"1b8513dl46i2mc4gyxsq55kavr6v6gxmap956mlbqz9ga2nkx7jw"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue