[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/20: gnu: sddm: Update to 0.19.0.
From: |
guix-commits |
Subject: |
03/20: gnu: sddm: Update to 0.19.0. |
Date: |
Sun, 3 Jan 2021 10:24:58 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit c729a06382c290c7cf4a653649dc508c5b4b0421
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Mon Dec 28 13:07:36 2020 +0100
gnu: sddm: Update to 0.19.0.
* gnu/packages/display-managers.scm (sddm): Update to 0.19.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/display-managers.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/display-managers.scm
b/gnu/packages/display-managers.scm
index ef6e549..b6e5ab7 100644
--- a/gnu/packages/display-managers.scm
+++ b/gnu/packages/display-managers.scm
@@ -8,6 +8,7 @@
;;; Copyright © 2017, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2020 L p R n d n <guix@lprndn.info>
;;; Copyright © 2020 Fredrik Salomonsson <plattfot@gmail.com>
+;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -57,7 +58,7 @@
(define-public sddm
(package
(name "sddm")
- (version "0.18.1")
+ (version "0.19.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -66,7 +67,7 @@
"sddm-" version ".tar.xz"))
(sha256
(base32
- "0nilrhwlyvkngjgxfc08n73c16azgmw80pvx0a78xqww9y3hv4xh"))))
+ "0hcdysw8ibr66vk8i7v56l0v5ijvhlq67v4460mc2xf2910g2m72"))))
(build-system qt-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)
- branch master updated (7617109 -> 2cb5ebf), guix-commits, 2021/01/03
- 02/20: gnu: graphicsmagick: Add dependency on libwebp., guix-commits, 2021/01/03
- 03/20: gnu: sddm: Update to 0.19.0.,
guix-commits <=
- 06/20: gnu: Add go-github-com-leodido-go-urn., guix-commits, 2021/01/03
- 04/20: gnu: sdcv: Add 'STARDICT_DATA_DIR' search path spec., guix-commits, 2021/01/03
- 05/20: gnu: ccid: Fix cross-compilation., guix-commits, 2021/01/03
- 09/20: gnu: Add go-gopkg-in-go-playground-assert-v1., guix-commits, 2021/01/03
- 01/20: gnu: rav1e: Update to 0.3.5., guix-commits, 2021/01/03
- 08/20: gnu: Add go-github-com-go-playground-universal-translator., guix-commits, 2021/01/03
- 10/20: gnu: Add go-gopkg-in-go-playground-validator-v9., guix-commits, 2021/01/03
- 07/20: gnu: Add go-github-com-go-playground-locales., guix-commits, 2021/01/03
- 11/20: gnu: Add go-github-com-goccy-yaml., guix-commits, 2021/01/03
- 12/20: gnu: Add go-github-com-songmu-gitconfig., guix-commits, 2021/01/03