gnu: guile-netlink: Update to 1.2.1.

* gnu/packages/guile-xyz.scm (guile-netlink): Update to 1.2.1.

Change-Id: I3018cf7e0b6cd460bf27b8bbe1b031cf0dafe547
Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Julien Lepiller 2023-10-29 09:47:56 +01:00 committed by Christopher Baines
parent 809f461ec1
commit 9024524de1
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -5341,7 +5341,7 @@ locations.")
(define-public guile-netlink
(package
(name "guile-netlink")
(version "1.2")
(version "1.2.1")
(source
(origin
(method git-fetch)
@ -5351,7 +5351,7 @@ locations.")
(file-name (git-file-name name version))
(sha256
(base32
"06ls830nrshzi2j532di5vdf03fp8cy1275ll4ms93x1hv2g8dk0"))))
"181drjshcz7pi5zwydwd702h7v8p1nh50q6slsw9q372k2bzyl4a"))))
(build-system gnu-build-system)
(inputs
(list guile-3.0))