1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-26 11:01:48 +02:00

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
This commit is contained in:
Artyom V. Poptsov
2025-05-21 20:57:14 +03:00
parent 3f58a6f5eb
commit 1b2ac3f27d
+3 -3
View File
@@ -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