mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: picom: Update to 9.
* gnu/packages/compton.scm (picom): Update to 9. Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
parent
28c0a7cc8c
commit
0abeec834d
1 changed files with 3 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
|||
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;; Copyright © 2019 Alexandru-Sergiu Marton <brown121407@member.fsf.org>
|
||||
;;; Copyright © 2019 Brett Gilio <brettg@gnu.org>
|
||||
;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan@gmail.com>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -110,7 +111,7 @@ (define-public compton
|
|||
(define-public picom
|
||||
(package
|
||||
(name "picom")
|
||||
(version "8.2")
|
||||
(version "9")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -119,7 +120,7 @@ (define-public picom
|
|||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32
|
||||
"0gjksayz2xpmgglvw17ppsan2imrd1fijs579kbf27xwp503xgfl"))
|
||||
"0s3rf0lmkhhprx6vd5wsz1n0n55nprq6l1245pj525hrwxc1yvna"))
|
||||
(file-name (string-append "picom-" version))))
|
||||
(build-system meson-build-system)
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue