gnu: hotspot: Update to 1.5.0.
* gnu/packages/linux.scm (hotspot): Update to 1.5.0. Change-Id: If8d2127be8ac880a5c9ab2cd7d23325d9be87417master
parent
4178eaf3b2
commit
22ffba9b4b
|
@ -7143,7 +7143,7 @@ not as a replacement for it.")
|
||||||
(define-public hotspot
|
(define-public hotspot
|
||||||
(package
|
(package
|
||||||
(name "hotspot")
|
(name "hotspot")
|
||||||
(version "1.4.1")
|
(version "1.5.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -7155,7 +7155,7 @@ not as a replacement for it.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wz4qr3dwjji79x7kj44g7xp11qsscp3b95h6627k8p7xbpi2vhd"))))
|
"17m96h0iahfjhbsa9flmsmbczvliy34vqvayzyh8bhldd8yh768l"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -7232,7 +7232,7 @@ not as a replacement for it.")
|
||||||
karchive
|
karchive
|
||||||
kconfig
|
kconfig
|
||||||
kcoreaddons
|
kcoreaddons
|
||||||
kddockwidgets-1 ;see https://github.com/KDAB/hotspot/issues/610
|
kddockwidgets
|
||||||
kgraphviewer
|
kgraphviewer
|
||||||
kio
|
kio
|
||||||
kiconthemes
|
kiconthemes
|
||||||
|
|
Reference in New Issue