mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 03:20:43 +02:00
gnu: go-github-com-fsnotify-fsnotify: Update to 1.7.0.
* gnu/packages/golang.scm (go-github-com-fsnotify-fsnotify): Update to 1.7.0. Change-Id: Ib38aab3a61d09844e5680e24638ceda37b0a0840
This commit is contained in:
parent
2fc74bbc0e
commit
b97a0691a8
1 changed files with 2 additions and 2 deletions
|
@ -3542,7 +3542,7 @@ all types of configuration needs and formats.")
|
||||||
(define-public go-github-com-fsnotify-fsnotify
|
(define-public go-github-com-fsnotify-fsnotify
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-fsnotify-fsnotify")
|
(name "go-github-com-fsnotify-fsnotify")
|
||||||
(version "1.4.9")
|
(version "1.7.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3552,7 +3552,7 @@ all types of configuration needs and formats.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1i1r72knpbfwwql9frn9bqc3nhfc2ai5m6qllcyr6wban62lr40x"))))
|
"1h7vs21lkj4bqbw5a6mqykaf56y181r0nja7c8pzajkvbsc39y8m"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "github.com/fsnotify/fsnotify"))
|
`(#:import-path "github.com/fsnotify/fsnotify"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue