mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-05-03 15:43:06 +02:00
use guix style on *.scm
This commit is contained in:
parent
a85adcc847
commit
09e78ddc85
28 changed files with 1981 additions and 2065 deletions
|
@ -1,18 +1,20 @@
|
|||
(define-module (glicid packages python)
|
||||
#:use-module (guix download)
|
||||
#:use-module (guix packages)
|
||||
#:use-module (guix build-system python))
|
||||
#:use-module (guix download)
|
||||
#:use-module (guix packages)
|
||||
#:use-module (guix build-system python))
|
||||
|
||||
(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)))
|
||||
(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
Add a link
Reference in a new issue