mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
Merge branch 'devel' into 'main'
missing define-public See merge request glicid-public/guix-glicid!165
This commit is contained in:
commit
a004a1d0ed
1 changed files with 13 additions and 12 deletions
|
@ -3,15 +3,16 @@
|
|||
#:use-module (guix packages)
|
||||
#:use-module (guix build-system python))
|
||||
|
||||
(package
|
||||
(name "python-ssh-audit")
|
||||
(version "2.5.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "ssh-audit" version))
|
||||
(sha256 (base32 "1dh5pwa0lhm1a5nvq5abwkqndivk37af5v3a4gj9g6bvpi8zg5rk"))))
|
||||
(build-system python-build-system)
|
||||
(home-page "https://github.com/jtesta/ssh-audit")
|
||||
(synopsis "An SSH server & client configuration security auditing tool")
|
||||
(description "An SSH server & client configuration security auditing tool")
|
||||
(license #f))
|
||||
(define-public python-ssh-audit
|
||||
(package
|
||||
(name "python-ssh-audit")
|
||||
(version "2.5.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "ssh-audit" version))
|
||||
(sha256 (base32 "1dh5pwa0lhm1a5nvq5abwkqndivk37af5v3a4gj9g6bvpi8zg5rk"))))
|
||||
(build-system python-build-system)
|
||||
(home-page "https://github.com/jtesta/ssh-audit")
|
||||
(synopsis "An SSH server & client configuration security auditing tool")
|
||||
(description "An SSH server & client configuration security auditing tool")
|
||||
(license #f)))
|
||||
|
|
Loading…
Add table
Reference in a new issue