[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: picom: Update to 9.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: picom: Update to 9.1. |
Date: |
Tue, 15 Feb 2022 09:01:57 -0500 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 03533629a6 gnu: picom: Update to 9.1.
03533629a6 is described below
commit 03533629a636fb7f92e26f1dea817f91d86f101d
Author: Jai Vetrivelan <jaivetrivelan@gmail.com>
AuthorDate: Mon Feb 14 18:13:15 2022 +0530
gnu: picom: Update to 9.1.
* gnu/packages/compton.scm (picom): Update to 9.1.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/compton.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/compton.scm b/gnu/packages/compton.scm
index 1cf5276009..16feae4f2f 100644
--- a/gnu/packages/compton.scm
+++ b/gnu/packages/compton.scm
@@ -111,7 +111,7 @@ performance).
(define-public picom
(package
(name "picom")
- (version "9")
+ (version "9.1")
(source
(origin
(method git-fetch)
@@ -120,7 +120,7 @@ performance).
(commit (string-append "v" version))))
(sha256
(base32
- "0s3rf0lmkhhprx6vd5wsz1n0n55nprq6l1245pj525hrwxc1yvna"))
+ "0q7j6kh9k7i201cwhnfc3bmp0hqrx7ngk3v4qsp8k0qfy1n3ma8n"))
(file-name (string-append "picom-" version))))
(build-system meson-build-system)
(inputs
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: picom: Update to 9.1.,
guix-commits <=