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,17 +3933,18 @@ helpers for writing tests.")
(package
(name "subunit")
(version "1.4.4")
(source (origin
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/testing-cabal/subunit")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"0fcqxh4cwhn9yz2z1zszzvgc554gai5b7c59w45a4cg9y9p30h8d"))))
(base32 "0fcqxh4cwhn9yz2z1zszzvgc554gai5b7c59w45a4cg9y9p30h8d"))))
(build-system gnu-build-system)
(native-inputs (list autoconf
(native-inputs
(list autoconf
automake
check
cppunit
@ -3952,9 +3953,11 @@ helpers for writing tests.")
python-fixtures
python-hypothesis
python-testscenarios))
(inputs (list perl python))
(propagated-inputs (list
python-iso8601
(inputs
(list perl
python))
(propagated-inputs
(list python-iso8601
python-pygobject
python-testtools))
(home-page "https://github.com/testing-cabal/subunit")