guix_mirror_bot pushed a commit to branch next-master
in repository guix.

commit 91b4b08b51ea06a0a1596f5df585b5ecac0684f8
Author: Aleksandr Lebedev <[email protected]>
AuthorDate: Sat Nov 15 23:20:38 2025 +0100

    gnu: Add go-github-com-wifx-gonetworkmanager-v2.
    
    * gnu/packages/golang-xyz.scm (go-github-com-wifx-gonetworkmanager-v2): New 
variable.
    
    Change-Id: I8660824615c7ccb4308e6da245221c42ffeb7a37
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/golang-xyz.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 4b0c9e1c2f..50d42e1a8f 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -71,6 +71,7 @@
 ;;; Copyright © 2025 Allan Adair <[email protected]>
 ;;; Copyright © 2025 Patrick Norton <[email protected]>
 ;;; Copyright © 2025 jgart <[email protected]>
+;;; Copyright © 2025 Aleksandr Lebedev <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -23722,6 +23723,32 @@ XOR, as in kademlia.")
 @code{MemoryInfo}.")
     (license license:expat)))
 
+(define-public go-github-com-wifx-gonetworkmanager-v2
+  (package
+    (name "go-github-com-wifx-gonetworkmanager-v2")
+    (version "2.2.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+              (url "https://github.com/Wifx/gonetworkmanager";)
+              (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "07alvhlldhpp97nynmyqsxishs0bj3z0yv4nrxsp7dv81v4brjrz"))))
+    (build-system go-build-system)
+    (arguments
+     (list
+      #:import-path "github.com/Wifx/gonetworkmanager/v2"))
+    (propagated-inputs
+     (list go-github-com-godbus-dbus-v5
+           go-github-com-google-uuid))
+    (home-page "https://github.com/Wifx/gonetworkmanager";)
+    (synopsis "Networkmanager bindings in Go")
+    (description
+     "Go D-Bus bindings for @url{https://networkmanager.dev/, 
NetworkManager}.")
+    (license license:expat)))
+
 (define-public go-github-com-winfsp-cgofuse
   (package
     (name "go-github-com-winfsp-cgofuse")

Reply via email to