all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jai Vetrivelan <jaivetrivelan@gmail.com>
To: 53994@debbugs.gnu.org
Subject: [bug#53994] [PATCH] gnu: picom: Update to 9.1.
Date: Mon, 14 Feb 2022 18:13:15 +0530	[thread overview]
Message-ID: <87v8xhfwkc.fsf@gmail.com> (raw)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-picom-Update-to-9.1.patch --]
[-- Type: text/patch, Size: 1133 bytes --]

From 9e12b37bb81e2c45847ab235c37ac3abc4ec7183 Mon Sep 17 00:00:00 2001
From: Jai Vetrivelan <jaivetrivelan@gmail.com>
Date: Mon, 14 Feb 2022 18:10:37 +0530
Subject: [PATCH] gnu: picom: Update to 9.1.

* gnu/packages/compton.scm (picom): Update to 9.1.
---
 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 @@ (define-public compton
 (define-public picom
   (package
     (name "picom")
-    (version "9")
+    (version "9.1")
     (source
      (origin
        (method git-fetch)
@@ -120,7 +120,7 @@ (define-public picom
              (commit (string-append "v" version))))
        (sha256
         (base32
-         "0s3rf0lmkhhprx6vd5wsz1n0n55nprq6l1245pj525hrwxc1yvna"))
+         "0q7j6kh9k7i201cwhnfc3bmp0hqrx7ngk3v4qsp8k0qfy1n3ma8n"))
        (file-name (string-append "picom-" version))))
     (build-system meson-build-system)
     (inputs

base-commit: 72dd5c8766601832ad34bb60bab0b157748f21c4
-- 
2.34.0





             reply	other threads:[~2022-02-14 13:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-14 12:43 Jai Vetrivelan [this message]
2022-02-15 14:01 ` bug#53994: [PATCH] gnu: picom: Update to 9.1 Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87v8xhfwkc.fsf@gmail.com \
    --to=jaivetrivelan@gmail.com \
    --cc=53994@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.