mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: breeze-gtk: Update to 6.2.5.
* gnu/packages/kde-plasma.scm (breeze-gtk): Update to 6.2.5. Change-Id: Ic4eab8ad967efedbb29e6cc4e919c8209842771b
This commit is contained in:
parent
6146f96fed
commit
639eafb2ee
1 changed files with 2 additions and 2 deletions
|
@ -187,7 +187,7 @@ (define-public breeze-qt5
|
|||
(define-public breeze-gtk
|
||||
(package
|
||||
(name "breeze-gtk")
|
||||
(version "6.1.4")
|
||||
(version "6.2.5")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/"
|
||||
|
@ -195,7 +195,7 @@ (define-public breeze-gtk
|
|||
"-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1jdf23bdigykjkf326ijg1hv46aq5q0fsx8p7xlxnpdwxpmgqnsy"))))
|
||||
"0pykfhdcmbsazk903nlj1wvxzpik2v7cdsa7fajnp3pgph5z0591"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue