guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: go-github-com-audriusbutkevicius-pfilter: Up


From: guix-commits
Subject: branch master updated: gnu: go-github-com-audriusbutkevicius-pfilter: Update to 0.0.5.
Date: Sun, 12 Apr 2020 02:21:41 -0400

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

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f397809  gnu: go-github-com-audriusbutkevicius-pfilter: Update to 
0.0.5.
f397809 is described below

commit f3978093972b53ddb2f36c2ba7f6097c34de60e5
Author: Efraim Flashner <address@hidden>
AuthorDate: Sun Apr 12 09:12:43 2020 +0300

    gnu: go-github-com-audriusbutkevicius-pfilter: Update to 0.0.5.
    
    * gnu/packages/syncthing.scm (go-github-com-audriusbutkevicius-pfilter)
    [version]: Correctly identify commit as version tag 0.0.5.
---
 gnu/packages/syncthing.scm | 43 +++++++++++++++++++++----------------------
 1 file changed, 21 insertions(+), 22 deletions(-)

diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index ae34454..ad4c30d 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2016 Petter <address@hidden>
 ;;; Copyright © 2016, 2017, 2018, 2019, 2020 Leo Famulari <address@hidden>
 ;;; Copyright © 2020 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2020 Efraim Flashner <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1022,29 +1023,27 @@ quoting, commenting, and escaping.")
       (license asl2.0))))
 
 (define-public go-github-com-audriusbutkevicius-pfilter
-  (let ((commit "c55ef6137fc6f075801eac099cc2687ede0f101d")
-        (revision "3"))
-    (package
-      (name "go-github-com-audriusbutkevicius-pfilter")
-      (version (git-version "0.0.0" revision commit))
-      (source
-        (origin
-          (method git-fetch)
-          (uri (git-reference
-                 (url "https://github.com/AudriusButkevicius/pfilter.git";)
-                 (commit commit)))
-          (file-name (git-file-name name version))
-          (sha256
-           (base32
-            "0xzhwyd0w21bhvzl5pinn22hp0y6h44rh3s2ppql69rafc6zd3c6"))))
-      (build-system go-build-system)
-      (arguments
-       '(#:import-path "github.com/AudriusButkevicius/pfilter"))
-      (synopsis "Filter packets into multiple virtual connections")
-      (description "Pfilter is a Go package for filtering packets into multiple
+  (package
+    (name "go-github-com-audriusbutkevicius-pfilter")
+    (version "0.0.5")
+    (source
+      (origin
+        (method git-fetch)
+        (uri (git-reference
+               (url "https://github.com/AudriusButkevicius/pfilter.git";)
+               (commit version)))
+        (file-name (git-file-name name version))
+        (sha256
+         (base32
+          "0xzhwyd0w21bhvzl5pinn22hp0y6h44rh3s2ppql69rafc6zd3c6"))))
+    (build-system go-build-system)
+    (arguments
+     '(#:import-path "github.com/AudriusButkevicius/pfilter"))
+    (synopsis "Filter packets into multiple virtual connections")
+    (description "Pfilter is a Go package for filtering packets into multiple
 virtual connections from a single physical connection.")
-      (home-page "https://github.com/AudriusButkevicius/pfilter";)
-      (license expat))))
+    (home-page "https://github.com/AudriusButkevicius/pfilter";)
+    (license expat)))
 
 (define-public go-github-com-ccding-go-stun
   (let ((commit "be486d185f3dfcb2dbf8429332da50a0da7f95a6")



reply via email to

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