1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 11:30:44 +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:
Sharlatan Hellseher 2024-07-28 22:07:09 +01:00
parent 2fc74bbc0e
commit b97a0691a8
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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"))