[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/23: gnu: wsdd: Update to 0.7.1.
From: |
guix-commits |
Subject: |
14/23: gnu: wsdd: Update to 0.7.1. |
Date: |
Thu, 20 Jul 2023 17:05:54 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 79c2af7394a8a541fa2ed0126272025b09aa05cd
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 16 02:00:01 2023 +0200
gnu: wsdd: Update to 0.7.1.
* gnu/packages/samba.scm (wsdd): Update to 0.7.1.
---
gnu/packages/samba.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm
index 9b0a2f0ec5..fb2adbf488 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -514,7 +514,7 @@ and IPV6 and the protocols layered above them, such as TCP
and UDP.")
(define-public wsdd
(package
(name "wsdd")
- (version "0.7.0")
+ (version "0.7.1")
(source
(origin
(method git-fetch)
@@ -522,14 +522,14 @@ and IPV6 and the protocols layered above them, such as
TCP and UDP.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "04an2w6hamnai668ag4vq8x0i09fsg2jrayb4a7ar0x6bn837k7m"))))
+ (base32 "16kk7x80jlargrvh643m23j277p0drs2yylqz54f9inf5ld5bxn5"))))
(build-system copy-build-system)
(inputs
`(("python" ,python)))
(arguments
'(#:install-plan
'(("src/wsdd.py" "bin/wsdd")
- ("man/wsdd.1" "share/man/man1/"))))
+ ("man/wsdd.8" "share/man/man8/"))))
(home-page "https://github.com/christgau/wsdd")
(synopsis "Web Service Discovery host daemon")
(description "This daemon allows (Samba) hosts to be found by Web
- 07/23: gnu: yapet: Fix documentation directory., (continued)
- 07/23: gnu: yapet: Fix documentation directory., guix-commits, 2023/07/20
- 09/23: gnu: lensfun: Update to 0.3.4., guix-commits, 2023/07/20
- 10/23: gnu: python-pyzstd: Update to 0.15.9., guix-commits, 2023/07/20
- 05/23: gnu: passwdqc: Update to 2.0.3., guix-commits, 2023/07/20
- 06/23: gnu: yapet: Update to 2.6., guix-commits, 2023/07/20
- 11/23: gnu: python-pyzstd: Unbundle and dynamically link Zstd., guix-commits, 2023/07/20
- 16/23: gnu: wsdd: Fix cross-‘compilation’., guix-commits, 2023/07/20
- 20/23: gnu: adanaxisgpl: Build from Git., guix-commits, 2023/07/20
- 17/23: gnu: sdl2-image: Update to 2.6.3., guix-commits, 2023/07/20
- 04/23: gnu: otpclient: Update to 3.1.9., guix-commits, 2023/07/20
- 14/23: gnu: wsdd: Update to 0.7.1.,
guix-commits <=
- 21/23: gnu: adanaxisgpl: Remove input labels., guix-commits, 2023/07/20
- 19/23: gnu: sdl2-ttf: Update to 2.20.2., guix-commits, 2023/07/20