guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: picom: Update to 8.2.


From: guix-commits
Subject: branch master updated: gnu: picom: Update to 8.2.
Date: Thu, 24 Dec 2020 15:54:08 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 789f31e  gnu: picom: Update to 8.2.
789f31e is described below

commit 789f31e6298c5218e9b91fc46dd18d5361a09d61
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sun Dec 20 13:21:58 2020 +0100

    gnu: picom: Update to 8.2.
    
    * gnu/packages/compton.scm (picom): Update to 8.2.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 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 940fc83..60eae9f 100644
--- a/gnu/packages/compton.scm
+++ b/gnu/packages/compton.scm
@@ -114,7 +114,7 @@ performance).
 (define-public picom
   (package
     (name "picom")
-    (version "7.5")
+    (version "8.2")
     (source
      (origin
        (method git-fetch)
@@ -123,7 +123,7 @@ performance).
              (commit (string-append "v" version))))
        (sha256
         (base32
-         "1l48fxl04vkzr4r94sl37nbbw7a621rn8sxmkbdv4252i1gjxd4z"))
+         "0gjksayz2xpmgglvw17ppsan2imrd1fijs579kbf27xwp503xgfl"))
        (file-name (string-append "picom-" version))))
     (build-system meson-build-system)
     (inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]