[PATCH] gnu: guile-udev: Update to 0.2.3

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Artyom V. Poptsov
Owner
unassigned
Submitted by
Artyom V. Poptsov
Severity
normal

Debbugs page

Artyom V. Poptsov wrote 3 years ago
(address . guix-patches@gnu.org)
87ilv04lgl.fsf@gmail.com
Hello Guixers,

this patch updates Guile-Udev[1] to version 0.2.3.

- Artyom

References:
From 8256259aef14c827e1a7ca334238b9651cb42092 Mon Sep 17 00:00:00 2001
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Date: Sun, 26 Dec 2021 11:26:44 +0300
Subject: [PATCH] gnu: guile-udev: Update to 0.2.3

* gnu/packages/guile-xyz.scm (guile-udev): Update to 0.2.3.
---
gnu/packages/guile-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (33 lines)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 74567830e6..77a38ad8f7 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -38,7 +38,7 @@
;;; Copyright © 2021 Leo Le Bouter <lle-bout@zaclys.net>
;;; Copyright © 2021 Zelphir Kaltstahl <zelphirkaltstahl@posteo.de>
;;; Copyright © 2021 Oleg Pykhalov <go.wigust@gmail.com>
-;;; Copyright © 2021 Artyom V. Poptsov <poptsov.artyom@gmail.com>
+;;; Copyright © 2021, 2022 Artyom V. Poptsov <poptsov.artyom@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1865,7 +1865,7 @@ users and in some situations.")
(define-public guile-udev
(package
(name "guile-udev")
- (version "0.2.0")
+ (version "0.2.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1874,7 +1874,7 @@ users and in some situations.")
(file-name (git-file-name name version))
(sha256
(base32
- "037md1sg7bgsa4478hz1dbsivsxzdnl5acadlrsh4ds2yxbsb5jp"))))
+ "0xvh4wscxmiqm8lnmfyh5cjzn89kv2wslkfvqvcjhinzpnpbg91x"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf
--
2.25.1
--
Artyom "avp" Poptsov <poptsov.artyom@gmail.com>
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE B57C E9C5 A2D9 0898 A02F
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEE0MLqwTMQgi2Y3rV86cWi2QiYoC8FAmHTW1oACgkQ6cWi2QiY
oC9niwf/e8gs5cV32tZdQMOtVunnaX4wu1oOCmCYUF+oHhYfTAhV0SCLAMm8BWOU
5Cyy7SWyNFvSeSEeT0Z79lMM0Osq89C38Y7ekK/pakjMREgBPnIQXCVaRBXFe0hl
P2OktYPVnAmJfrYBlqe/+LdgPvVBsNC+4KIHm9bPC2bb2sten3lyrCf39JyQOoeC
vIS5MgtBVc8Fk8D9FQpa9v5Z/A797Q1ZmD1IkJsWxQcjhAtVY+Yq3BddhnrB0mnl
+w64boz3I3H2BkgiPdV247vHfKqdBwX36NwldpwqGfL4F0TBWlUS6IfY/O1/XdJU
x7C1ziJ6qA+S2YuWRd8JxwxkarfqYA==
=GQGJ
-----END PGP SIGNATURE-----

Ludovic Courtès wrote 3 years ago
(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)(address . 52989-done@debbugs.gnu.org)
87h7ahhl7u.fsf@gnu.org
Hi Artyom,

poptsov.artyom@gmail.com (Artyom V. Poptsov) skribis:

Toggle quote (7 lines)
> From 8256259aef14c827e1a7ca334238b9651cb42092 Mon Sep 17 00:00:00 2001
> From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
> Date: Sun, 26 Dec 2021 11:26:44 +0300
> Subject: [PATCH] gnu: guile-udev: Update to 0.2.3
>
> * gnu/packages/guile-xyz.scm (guile-udev): Update to 0.2.3.

Applied, thanks!

Ludo’.
Closed
?
Your comment

This issue is archived.

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

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