guix-commits
[Top][All Lists]
Advanced

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

06/10: gnu: autorandr: Update to 1.14.


From: guix-commits
Subject: 06/10: gnu: autorandr: Update to 1.14.
Date: Fri, 25 Aug 2023 23:31:14 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit 9f1a39ac3d1ebab36b0292a9118c3e464b5c1c5d
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Sun Aug 13 01:21:59 2023 -0400

    gnu: autorandr: Update to 1.14.
    
    * gnu/packages/xdisorg.scm (autorandr): Update to 1.14.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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 294a18cdd2..354faeef11 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -275,7 +275,7 @@ program.")
 (define-public autorandr
   (package
     (name "autorandr")
-    (version "1.10.1")
+    (version "1.14")
     (home-page "https://github.com/phillipberndt/autorandr";)
     (source
      (origin
@@ -285,7 +285,7 @@ program.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0msw9b1hdy3gbq9w5d04mfizhyirz1c648x84mlcbzl8salm7vpg"))))
+        (base32 "0yb0rnv37xymjhg54mk7zw3h9501f45ykc1754mxy1q3bm0fgva6"))))
     (build-system python-build-system)
     (native-inputs
      (list pkg-config))



reply via email to

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