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

  • Done
  • quality assurance status badge
Details
2 participants
  • Mathieu Othacehe
  • Artyom V. Poptsov
Owner
unassigned
Submitted by
Artyom V. Poptsov
Severity
normal

Debbugs page

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

this patch updates Guile-Udev to 0.2.4.
From 4ce11e761bf0e67e230d5e4849749a559676587a Mon Sep 17 00:00:00 2001
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Date: Sat, 7 Jan 2023 08:39:39 +0300
Subject: [PATCH] gnu: guile-udev: Update to 0.2.4.

* gnu/packages/guile-xyz.scm (guile-udev): Update to 0.2.4.
---
gnu/packages/guile-xyz.scm | 25 +++++++++++--------------
1 file changed, 11 insertions(+), 14 deletions(-)

Toggle diff (48 lines)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 86f6f727ab..27899ac2c5 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -2104,7 +2104,7 @@ (define-public guile2.2-wisp
(define-public guile-udev
(package
(name "guile-udev")
- (version "0.2.3")
+ (version "0.2.4")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2113,22 +2113,19 @@ (define-public guile-udev
(file-name (git-file-name name version))
(sha256
(base32
- "0xvh4wscxmiqm8lnmfyh5cjzn89kv2wslkfvqvcjhinzpnpbg91x"))))
+ "1q1snj8gz2bvqw2v2jvwlzn5xfh7f7wlp922isnzismrp4adc918"))))
(build-system gnu-build-system)
- (native-inputs
- (list autoconf
- automake
- gettext-minimal
- libtool
- texinfo
- pkg-config
- which))
- (inputs
- (list guile-3.0 eudev))
+ (native-inputs (list autoconf
+ automake
+ gettext-minimal
+ libtool
+ texinfo
+ pkg-config
+ which))
+ (inputs (list guile-3.0 eudev))
(home-page "https://github.com/artyom-poptsov/guile-udev")
(synopsis "Guile bindings to libudev")
- (description
- "Guile-Udev provides GNU Guile bindings to libudev.")
+ (description "Guile-Udev provides GNU Guile bindings to libudev.")
(license license:gpl3+)))
(define-public guile-sly
--
2.34.1
Thanks,
- avp

--
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-----

iQFNBAEBCgA3FiEE0MLqwTMQgi2Y3rV86cWi2QiYoC8FAmO5B6sZHHBvcHRzb3Yu
YXJ0eW9tQGdtYWlsLmNvbQAKCRDpxaLZCJigL/fnB/0WRzmGfzEu749TiOUQyX5b
auGP843nVE0IRAelkC0ORSWQGcVljDiiGeHSIUKOD7F3UAxyP+gCPTG0HqcvVpdg
9BcdAEOJV6AKrg9+l1YbTuFxwlsDbic/ZYKPs3dGbpUpkLzaYuHF+8EW8B8x8xDm
2gqO/bgQ2AzG8UiQSwTAMcdDiQ+dgiy/W63UdQmyoWEuyC/p/RytL2SG5LPVZxMI
nIANchyxZHXwHCVYrsSabwrbT+y52PigyI3vVdAjLbUwCLypylCzVAbce/Hn8yUe
bgfek0iBuxu1SYrJ1BpPkKpZl/NUopGycJRYztnhfpUQskhoVo42lkJqElSGzyEs
=3U1D
-----END PGP SIGNATURE-----

Mathieu Othacehe wrote 2 years ago
(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)(address . 60619-done@debbugs.gnu.org)
87tu12gots.fsf@gnu.org
Toggle quote (2 lines)
> this patch updates Guile-Udev to 0.2.4.

Applied, thanks,

Mathieu
Closed
?
Your comment

This issue is archived.

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

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