GNU bug report logs - #72937
[PATCH 0/2] gnu: autorandr: Update to 1.15.

Previous Next

Package: guix-patches;

Reported by: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>

Date: Sun, 1 Sep 2024 18:56:02 UTC

Severity: normal

Tags: patch

Done: jgart <jgart <at> dismail.de>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: 72937 <at> debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Subject: [bug#72937] [PATCH 1/2] gnu: autorandr: Update to 1.15.
Date: Sun,  1 Sep 2024 21:55:22 +0300
* gnu/packages/xdisorg.scm (autorandr): Update to 1.15.

Change-Id: I663cd9271a426287bbaee9179d75df05bd61c7ad
---
 gnu/packages/xdisorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index e7eab3babf..e470ad8c0a 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -281,7 +281,7 @@ (define-public arandr
 (define-public autorandr
   (package
     (name "autorandr")
-    (version "1.14")
+    (version "1.15")
     (home-page "https://github.com/phillipberndt/autorandr")
     (source
      (origin
@@ -291,7 +291,7 @@ (define-public autorandr
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0yb0rnv37xymjhg54mk7zw3h9501f45ykc1754mxy1q3bm0fgva6"))))
+        (base32 "1n4cmgisk1p199zny8zrdpfrbakchd6pvpkp9vzqqdw2f75iylzh"))))
     (build-system python-build-system)
     (native-inputs
      (list pkg-config))
-- 
2.45.2





This bug report was last modified 257 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.