guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: go-github-com-zillode-notify: Update to 0.0.0-3.53dd687.


From: Leo Famulari
Subject: 01/02: gnu: go-github-com-zillode-notify: Update to 0.0.0-3.53dd687.
Date: Wed, 4 Apr 2018 18:31:21 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit dc0ec9914c064d020b18a007534deea97471f694
Author: Leo Famulari <address@hidden>
Date:   Wed Apr 4 18:29:06 2018 -0400

    gnu: go-github-com-zillode-notify: Update to 0.0.0-3.53dd687.
    
    * gnu/packages/syncthing.scm (go-github-com-zillode-notify): Update to
    0.0.0-3.53dd687.
    [source]: Update URL.
    [arguments]: Update #:import-path.
---
 gnu/packages/syncthing.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 04f2584..8fba25a 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -1673,23 +1673,23 @@ using sh's word-splitting rules.")
       (license expat))))
 
 (define-public go-github-com-zillode-notify
-  (let ((commit "a8abcfb1ce88ee8d79a300ed65d94b8fb616ddb3")
-        (revision "2"))
+  (let ((commit "53dd6873a851fc377c87d82f994b1fecdf25aadb")
+        (revision "3"))
     (package
       (name "go-github-com-zillode-notify")
       (version (git-version "0.0.0" revision commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
-                       (url "https://github.com/zillode/notify";)
+                       (url "https://github.com/calmh/notify";)
                        (commit commit)))
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "031pmbvm0xj4f4fak7im0ywmyn3hns538zlbdj4f23jj69zqdy7k"))))
+                  "0ar6mj6s91y7hc5gdp88lz3i7xi29cqkx9f090xj899ir21a8djn"))))
       (build-system go-build-system)
       (arguments
-       '(#:import-path "github.com/zillode/notify"))
+       '(#:import-path "github.com/Zillode/notify"))
       (propagated-inputs
        `(("go-golang-org-x-sys-unix" ,go-golang-org-x-sys-unix)))
       (synopsis "File system event notification library")



reply via email to

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