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
|
||||
(package
|
||||
(name "hyprpaper")
|
||||
(version "0.7.0")
|
||||
(version "0.7.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/hyprwm/hyprpaper"
|
||||
"/archive/refs/tags/v" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1d23nsj5hzyxwvhkg9a7x1b8jgyqwzad91zb1894jnxr2d844h28"))))
|
||||
"1rwi2cs8hwbyk67q57cvi5ybfs881xhzq8zdb8qlcr0jwk3sk1hh"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f))
|
||||
|
@ -483,6 +483,8 @@ mo .")
|
|||
libjpeg-turbo
|
||||
libwebp
|
||||
; hypr
|
||||
hyprwayland-scanner
|
||||
hyprutils
|
||||
hyprlang)))
|
||||
(home-page "https://github.com/hyprwm/hyprpaper")
|
||||
(license license:bsd-3)
|
||||
|
|
Loading…
Reference in a new issue