update hyprpaper to v0.7.1
This commit is contained in:
parent
46bb0479f9
commit
7429c8097d
1 changed files with 4 additions and 2 deletions
|
@ -463,14 +463,14 @@ mo .")
|
||||||
(define-public hyprpaper
|
(define-public hyprpaper
|
||||||
(package
|
(package
|
||||||
(name "hyprpaper")
|
(name "hyprpaper")
|
||||||
(version "0.7.0")
|
(version "0.7.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/hyprwm/hyprpaper"
|
(uri (string-append "https://github.com/hyprwm/hyprpaper"
|
||||||
"/archive/refs/tags/v" version ".tar.gz"))
|
"/archive/refs/tags/v" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1d23nsj5hzyxwvhkg9a7x1b8jgyqwzad91zb1894jnxr2d844h28"))))
|
"1rwi2cs8hwbyk67q57cvi5ybfs881xhzq8zdb8qlcr0jwk3sk1hh"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f))
|
`(#:tests? #f))
|
||||||
|
@ -483,6 +483,8 @@ mo .")
|
||||||
libjpeg-turbo
|
libjpeg-turbo
|
||||||
libwebp
|
libwebp
|
||||||
; hypr
|
; hypr
|
||||||
|
hyprwayland-scanner
|
||||||
|
hyprutils
|
||||||
hyprlang)))
|
hyprlang)))
|
||||||
(home-page "https://github.com/hyprwm/hyprpaper")
|
(home-page "https://github.com/hyprwm/hyprpaper")
|
||||||
(license license:bsd-3)
|
(license license:bsd-3)
|
||||||
|
|
Loading…
Reference in a new issue