gnu: subunit: Adjust style.

* gnu/packages/check.scm (subunit): Fix fill column and indentation.

Change-Id: I597432d65637369d0d7f77c3b59547555b5f259b
This commit is contained in:
Sharlatan Hellseher 2025-09-21 21:40:11 +01:00
parent 113febd212
commit 65e0ab7457
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3933,30 +3933,33 @@ helpers for writing tests.")
(package (package
(name "subunit") (name "subunit")
(version "1.4.4") (version "1.4.4")
(source (origin (source
(method git-fetch) (origin
(uri (git-reference (method git-fetch)
(url "https://github.com/testing-cabal/subunit") (uri (git-reference
(commit version))) (url "https://github.com/testing-cabal/subunit")
(file-name (git-file-name name version)) (commit version)))
(sha256 (file-name (git-file-name name version))
(base32 (sha256
"0fcqxh4cwhn9yz2z1zszzvgc554gai5b7c59w45a4cg9y9p30h8d")))) (base32 "0fcqxh4cwhn9yz2z1zszzvgc554gai5b7c59w45a4cg9y9p30h8d"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (list autoconf (native-inputs
automake (list autoconf
check automake
cppunit check
libtool cppunit
pkg-config libtool
python-fixtures pkg-config
python-hypothesis python-fixtures
python-testscenarios)) python-hypothesis
(inputs (list perl python)) python-testscenarios))
(propagated-inputs (list (inputs
python-iso8601 (list perl
python-pygobject python))
python-testtools)) (propagated-inputs
(list python-iso8601
python-pygobject
python-testtools))
(home-page "https://github.com/testing-cabal/subunit") (home-page "https://github.com/testing-cabal/subunit")
(synopsis "Test reporting and control protocol") (synopsis "Test reporting and control protocol")
(description (description