avp pushed a commit to branch master
in repository guix.
commit 1b2ac3f27d2da71424be267c8959f7b41c8bef96
Author: Artyom V. Poptsov <[email protected]>
AuthorDate: Wed May 21 20:57:14 2025 +0300
gnu: dropwatch: Update to 1.5.5.
* gnu/packages/networking.scm (dropwatch): Update to 1.5.5.
[source]<url>: Remove ".git" suffix from the URI.
Change-Id: Ic3703ce98148ddf6d6fcd7b44dbf50de727ab8b5
---
gnu/packages/networking.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index c2bffb0d03..328b2798c3 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -5137,16 +5137,16 @@ back to the servers which know the data.")
(define-public dropwatch
(package
(name "dropwatch")
- (version "1.5.4")
+ (version "1.5.5")
(source (origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/nhorman/dropwatch.git")
+ (url "https://github.com/nhorman/dropwatch")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
- "1r653y7bx763fpxl1vrflx8bzcrbds98zk4z7yhfikjngrqn1f2d"))))
+ "1zpp52mw863km710ljbcrlqcmk9nwfswbwaa2q5wr79qdkad7dpv"))))
(build-system gnu-build-system)
;; XXX: bfd support isn't finished.
;; https://github.com/nhorman/dropwatch/issues/76#issuecomment-1328345444