diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2025-09-21 21:49:33 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:53 +0100 |
| commit | 0ba00cccde3a59d3cfd4543cab8a882b5dd98fe3 (patch) | |
| tree | 6f2d493a7ca89d901bcac8a141f3c6abef582fa8 | |
| parent | ce990064f805bbd60c2a96dbda50f17d008cf4c1 (diff) | |
gnu: subunit: Update to 1.4.4.
FWIW, I don't know why it is necessary to both have a `subunit`
package as well as a `python-subunit` package. But at least it
builds now.
* gnu/packages/check.scm (subunit): Update to 1.4.4.
[propagated-inputs]: Add python-iso8601 and python-pygobject.
Change-Id: Id37c498a6869b0ce724a854958b25bc298083fae
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| -rw-r--r-- | gnu/packages/check.scm | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index fa7412412a..4286cb9910 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -3932,7 +3932,7 @@ helpers for writing tests.") (define-public subunit (package (name "subunit") - (version "1.4.2") + (version "1.4.4") (source (origin (method git-fetch) (uri (git-reference @@ -3941,7 +3941,7 @@ helpers for writing tests.") (file-name (git-file-name name version)) (sha256 (base32 - "16n1zxwnmhb7vzixngvmm5zzk4q5jaqqjwyr6pr6w0ys60b7xja3")))) + "0fcqxh4cwhn9yz2z1zszzvgc554gai5b7c59w45a4cg9y9p30h8d")))) (build-system gnu-build-system) (native-inputs (list autoconf automake @@ -3953,7 +3953,10 @@ helpers for writing tests.") python-hypothesis python-testscenarios)) (inputs (list perl python)) - (propagated-inputs (list python-testtools)) + (propagated-inputs (list + python-iso8601 + python-pygobject + python-testtools)) (home-page "https://github.com/testing-cabal/subunit") (synopsis "Test reporting and control protocol") (description |
