[PATCH] gnu: sddm: Update to 0.19.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 4 years ago
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20201228120736.15273-1-vincent.legoll@gmail.com
* gnu/packages/display-managers.scm (sddm): Update to 0.19.0.
---
gnu/packages/display-managers.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (32 lines)
diff --git a/gnu/packages/display-managers.scm b/gnu/packages/display-managers.scm
index ef6e549d09..b6e5ab7d19 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)
--
2.29.2
Efraim Flashner wrote 4 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 45492-done@debbugs.gnu.org)
X/HgeBT/KftboYR6@3900XT
Looks good. Patch pushed!

--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl/x4HgACgkQQarn3Mo9
g1HIdRAAnIfVkqDsPRIj9r1pNzOxQYh5N4dpDUL/Oy0k1XqRQF+0Py/KdA+cN7kH
trf1h8/p7tpz5pJT4T6jKStYMhSEmyfuvFSz7VNDd5xwzx2MBFcl1zenCJxH1nwD
QCd/3hdb9jHUmgWWLKlADrsjtTDM4zxNHV+C2TRpFIvJgVfM2Dc2581maMPdCkTK
X9iE9FDF6kpY/BeZHrUjdNza0+S7lf4g8FQISH/rz+/lqELT3pCH7oqDvBNGaFJY
kXnbJRbPSEOOl/oS/hegO1PLjobh7v3ulpEvOblrmA0TnfeKFxWJQZjyzqIg589S
YOwSSAsdHfILrczfPlwgGV2WLAjG+LeQJH/V860w5ynD6qBT/H8ihlyeSqmUfAm9
JKbHxHvTk14oz+1mnDiG48fcMhmCW0K53WZNJyarK5nH5JRJwueFQBCQJYFqBf4O
OWyd7p1n8ovDQusCqups2qsi5VuM7ldoXIUj5ANY8QZC9Z+dmiLX+UjTlH/kcSek
otNSIPM8xfXcCHa23pYQxedGzlS5vZUkHWUvG/BVzkmxJz8MNNsR2nosmcNN+yYX
GscNDxdq+qdSShB/6prMEod01IZxPWR5QImSGKHHaCjR7nct9tmZcDtSZoueND3P
TdhQ9dMQFD/EpzA54vcb+/Jljd4bmbl1J9R7jaZWoDGkqSQqwH0=
=EZCb
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 45492
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