[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/07: gnu: picom: Update to 9.
From: |
guix-commits |
Subject: |
05/07: gnu: picom: Update to 9. |
Date: |
Mon, 7 Feb 2022 17:48:41 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit 0abeec834df241b02fc9e9510b20ca5bf8d36fad
Author: Jai Vetrivelan <jaivetrivelan@gmail.com>
AuthorDate: Mon Feb 7 18:20:52 2022 +0530
gnu: picom: Update to 9.
* gnu/packages/compton.scm (picom): Update to 9.
Signed-off-by: Marius Bakke <marius@gnu.org>
---
gnu/packages/compton.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/compton.scm b/gnu/packages/compton.scm
index 290e06478b..1cf5276009 100644
--- a/gnu/packages/compton.scm
+++ b/gnu/packages/compton.scm
@@ -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 @@ performance).
(define-public picom
(package
(name "picom")
- (version "8.2")
+ (version "9")
(source
(origin
(method git-fetch)
@@ -119,7 +120,7 @@ performance).
(commit (string-append "v" version))))
(sha256
(base32
- "0gjksayz2xpmgglvw17ppsan2imrd1fijs579kbf27xwp503xgfl"))
+ "0s3rf0lmkhhprx6vd5wsz1n0n55nprq6l1245pj525hrwxc1yvna"))
(file-name (string-append "picom-" version))))
(build-system meson-build-system)
(inputs
- branch master updated (2d78b27711 -> 03b8798df1), guix-commits, 2022/02/07
- 02/07: gnu: clitest: Use G-expressions., guix-commits, 2022/02/07
- 07/07: gnu: samba: Update to 4.15.5 [security fixes]., guix-commits, 2022/02/07
- 05/07: gnu: picom: Update to 9.,
guix-commits <=
- 03/07: gnu: ganeti-instance-guix: Update to 0.6.1., guix-commits, 2022/02/07
- 06/07: gnu: rofi: Update to 1.7.3., guix-commits, 2022/02/07
- 04/07: gnu: python-honcho: Update to 1.1.0., guix-commits, 2022/02/07
- 01/07: gnu: clitest: Update to 0.4.0., guix-commits, 2022/02/07