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.8.0.

* gnu/packages/golang-xyz.scm (go-github-com-fsnotify-fsnotify): Update to 1.8.0.

Change-Id: I614bfebc8cea9594f6252f875a1ae559b5fcbd65
This commit is contained in:
Sharlatan Hellseher 2024-12-28 14:51:22 +00:00
parent 864d51214f
commit 927d655aea
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -4018,7 +4018,7 @@ quoting, commenting, and escaping.")
(define-public go-github-com-fsnotify-fsnotify
(package
(name "go-github-com-fsnotify-fsnotify")
(version "1.7.0")
(version "1.8.0")
(source
(origin
(method git-fetch)
@ -4027,7 +4027,7 @@ quoting, commenting, and escaping.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1h7vs21lkj4bqbw5a6mqykaf56y181r0nja7c8pzajkvbsc39y8m"))))
(base32 "1wr3695yb7hl405h6pzkbdkkxpdbmc5kwjjwaf9almbvmpk6077r"))))
(build-system go-build-system)
(arguments
(list