[PATCH] gnu: autorandr: Update to 1.14.

  • Done
  • quality assurance status badge
Details
2 participants
  • 宋文武
  • kiasoc5
Owner
unassigned
Submitted by
kiasoc5
Severity
normal

Debbugs page

kiasoc5 wrote 2 years ago
(address . guix-patches@gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
20230813052159.34400-1-kiasoc5@disroot.org
* gnu/packages/xdisorg.scm (autorandr): Update to 1.14.
---
gnu/packages/xdisorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 553fa8d5e2..bbd9005491 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -272,7 +272,7 @@ (define-public arandr
(define-public autorandr
(package
(name "autorandr")
- (version "1.10.1")
+ (version "1.14")
(home-page "https://github.com/phillipberndt/autorandr")
(source
(origin
@@ -282,7 +282,7 @@ (define-public autorandr
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0msw9b1hdy3gbq9w5d04mfizhyirz1c648x84mlcbzl8salm7vpg"))))
+ (base32 "0yb0rnv37xymjhg54mk7zw3h9501f45ykc1754mxy1q3bm0fgva6"))))
(build-system python-build-system)
(native-inputs
(list pkg-config))

base-commit: d0a2b422e06aab0cab3a10a47ef378602992577f
--
2.39.2
宋文武 wrote 2 years ago
(name . kiasoc5)(address . kiasoc5@disroot.org)(address . 65265-done@debbugs.gnu.org)
87msyejx4r.fsf@envs.net
kiasoc5 <kiasoc5@disroot.org> writes:

Toggle quote (2 lines)
> * gnu/packages/xdisorg.scm (autorandr): Update to 1.14.

Applied, thanks.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 65265@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 65265
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help