diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-12-11 01:00:01 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-12-11 01:00:01 +0100 |
commit | 2ed751715f538ed99ab4feba60808f10ab0d7ed1 (patch) | |
tree | b51fd585d0b29d6ae2b9cfeb2745791a97844896 | |
parent | 816c7f4e843f6d21d3a3ac3db4d894ebc6561639 (diff) |
gnu: python-aiounittest: Update to 1.4.2.
* gnu/packages/check.scm (python-aiounittest): Update to 1.4.2.
-rw-r--r-- | gnu/packages/check.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index a91a7e9d6d..af0ad1c00f 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -3235,7 +3235,7 @@ system. The code under test requires no modification to work with pyfakefs.") (define-public python-aiounittest (package (name "python-aiounittest") - (version "1.4.1") + (version "1.4.2") ;; Pypi package lacks tests. (source (origin (method git-fetch) @@ -3245,7 +3245,7 @@ system. The code under test requires no modification to work with pyfakefs.") (file-name (git-file-name name version)) (sha256 (base32 - "10x7ds09b9415r92f7g9714gxixvvq3bm5mnh29ml9aba8blcb0n")))) + "0srahyzrk5awfh4rmppvqkblfmiavdklxl9i5mcr8gl7ahiwwl7f")))) (build-system python-build-system) (arguments '(#:phases (modify-phases %standard-phases |