mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: picom: Update to 8.2.
* gnu/packages/compton.scm (picom): Update to 8.2. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
ac45640abd
commit
789f31e629
1 changed files with 2 additions and 2 deletions
|
@ -114,7 +114,7 @@ (define-public compton
|
|||
(define-public picom
|
||||
(package
|
||||
(name "picom")
|
||||
(version "7.5")
|
||||
(version "8.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -123,7 +123,7 @@ (define-public picom
|
|||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32
|
||||
"1l48fxl04vkzr4r94sl37nbbw7a621rn8sxmkbdv4252i1gjxd4z"))
|
||||
"0gjksayz2xpmgglvw17ppsan2imrd1fijs579kbf27xwp503xgfl"))
|
||||
(file-name (string-append "picom-" version))))
|
||||
(build-system meson-build-system)
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue