[PATCH] gnu: Update guile-udev to 0.2.0

  • 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 3 years ago
(address . guix-patches@gnu.org)
87k0gqop4y.fsf@gmail.com
Hello Guixers,

this patch updates guile-udev[1] to 0.2.0.

Thanks,

- Artyom

From 75f18cd7dff1971621c6ca16116964e35f81e742 Mon Sep 17 00:00:00 2001
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Date: Mon, 29 Nov 2021 20:06:41 +0300
Subject: [PATCH] gnu: guile-udev: Update to 0.2.0

* gnu/packages/guile-xyz.scm (guile-udev): Update to 0.2.0.
---
gnu/packages/guile-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index badca40c31..2a350bac78 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1947,7 +1947,7 @@ users and in some situations.")
(define-public guile-udev
(package
(name "guile-udev")
- (version "0.1.0")
+ (version "0.2.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1956,7 +1956,7 @@ users and in some situations.")
(file-name (git-file-name name version))
(sha256
(base32
- "1l6csncjqnx58c6c3wdl7rshnhk4pzhjq2q8lnkg483564s9w5py"))))
+ "037md1sg7bgsa4478hz1dbsivsxzdnl5acadlrsh4ds2yxbsb5jp"))))
(build-system gnu-build-system)
(native-inputs
`(("autoconf" ,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-----

iQEzBAEBCgAdFiEE0MLqwTMQgi2Y3rV86cWi2QiYoC8FAmGlC70ACgkQ6cWi2QiY
oC+FgwgAgj1/PFsKLRkELN4HQ5j50mEPSaJpfw4rhSy+Os5xBRHdzTDS7jkWDy36
n9hzddJcbkK5OT8/ybY0UJ8gTgkDD3+4OYbnekP08JtFg9uwXAiqlZNdCxriXnWJ
o69n/RVoAvGjGle8yWn27w2h7dIw/Clt3bhl8LLHvnZCImZDIJ1X7BJJBtN+uRlG
8MMSHZHF0MXzf6+i4If1Q19ZU8AwJzND1YScfOw6Mu/Gx05wmzfnQn0lbU4T2lpB
diCiAAkNQ95PzJak5sYPLsQgdBDjubkUQeCMLZ/DscT12jCw2rPX458Ylwvvrchs
ZF3tFH0LO4E6b9WtgXGbe5J2HWl+bg==
=XrdT
-----END PGP SIGNATURE-----

Mathieu Othacehe wrote 3 years ago
(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)(address . 52185-done@debbugs.gnu.org)
87y253w0h5.fsf@gnu.org
Toggle quote (2 lines)
> + (version "0.2.0")

Pushed, thanks.

Mathieu
Closed
?
Your comment

This issue is archived.

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

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