guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: guile-netlink: Update to 1.1.


From: guix-commits
Subject: branch master updated: gnu: guile-netlink: Update to 1.1.
Date: Mon, 15 Nov 2021 10:05:36 -0500

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 46432cc  gnu: guile-netlink: Update to 1.1.
46432cc is described below

commit 46432cceebe392a1744980f370a48ef73afbac2c
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Mon Nov 15 16:04:47 2021 +0100

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

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 56d6d25..628d817 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -4765,7 +4765,7 @@ locations.")
 (define-public guile-netlink
   (package
     (name "guile-netlink")
-    (version "1.0.1")
+    (version "1.1")
     (source
      (origin
        (method git-fetch)
@@ -4775,7 +4775,7 @@ locations.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "03zmsha2d7whlwb52gna83jdas9bqi18rq3sss7kkicv814qb35g"))))
+         "1x1rx6agjdah56r50cfs41vyvycydyjdq0plq3jxgvl1q2dar1gw"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f)); no tests



reply via email to

[Prev in Thread] Current Thread [Next in Thread]