[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/17: gnu: wlr-randr: Update to 0.4.0.
From: |
guix-commits |
Subject: |
10/17: gnu: wlr-randr: Update to 0.4.0. |
Date: |
Fri, 9 Feb 2024 17:19:41 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit e8744cbb0a4a6602bed3f48ffa049a2fe42d332a
Author: Timotej Lazar <timotej.lazar@araneo.si>
AuthorDate: Sun Jan 28 10:50:47 2024 +0100
gnu: wlr-randr: Update to 0.4.0.
* gnu/packages/wm.scm (wlr-randr): Update to 0.4.0.
Change-Id: I3a04bf965c4ec098268c9ac4a1328c6ca575cf9e
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
gnu/packages/wm.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 959928d8e2..13bbda5c94 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -66,6 +66,7 @@
;;; Copyright © 2023 Nicolas Graves <ngraves@ngraves.fr>
;;; Copyright © 2023 Jaeme Sifat <jaeme@runbox.com>
;;; Copyright © 2023 Josselin Poiret <dev@jpoiret.xyz>
+;;; Copyright © 2024 Timotej Lazar <timotej.lazar@araneo.si>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -2047,7 +2048,7 @@ core/thread.")
(define-public wlr-randr
(package
(name "wlr-randr")
- (version "0.3.1")
+ (version "0.4.0")
(source
(origin
(method git-fetch)
@@ -2056,7 +2057,7 @@ core/thread.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "13mya6j5z7cwg2a973y28ya8w36kxhj0fgj8bk9z6yf2w0ryr5xv"))))
+ (base32 "1f3dc2i6c1rn2adfcnqmh10570ps335188zllg66sv1d0l8mggry"))))
(build-system meson-build-system)
(inputs (list wayland))
(native-inputs (list pkg-config))
- 14/17: gnu: Deprecate the go-github-com-errata-ai-vale variable., (continued)
- 14/17: gnu: Deprecate the go-github-com-errata-ai-vale variable., guix-commits, 2024/02/09
- 15/17: gnu: vale: Remove package labeles., guix-commits, 2024/02/09
- 17/17: gnu: patool: Update to 2.1.1., guix-commits, 2024/02/09
- 04/17: gnu: clifm: Update to 1.16, guix-commits, 2024/02/09
- 03/17: gnu: pigz: Update to 2.8., guix-commits, 2024/02/09
- 05/17: gnu: vxl: Update to 3.5.0., guix-commits, 2024/02/09
- 07/17: gnu: fheroes2: Update to 1.0.11., guix-commits, 2024/02/09
- 08/17: gnu: dos2unix: Update to 7.5.2., guix-commits, 2024/02/09
- 09/17: gnu: mupdf: Update to 1.23.9., guix-commits, 2024/02/09
- 11/17: gnu: gama: Update to 2.28., guix-commits, 2024/02/09
- 10/17: gnu: wlr-randr: Update to 0.4.0.,
guix-commits <=
- 13/17: gnu: packages: textuitils: Sort use-module alphabetically., guix-commits, 2024/02/09
- 16/17: gnu: patool: Fix build., guix-commits, 2024/02/09