guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/22: gnu: python-aiounittest: Update to 1.4.2.


From: guix-commits
Subject: 07/22: gnu: python-aiounittest: Update to 1.4.2.
Date: Tue, 13 Dec 2022 21:10:14 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 2ed751715f538ed99ab4feba60808f10ab0d7ed1
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Dec 11 01:00:01 2022 +0100

    gnu: python-aiounittest: Update to 1.4.2.
    
    * gnu/packages/check.scm (python-aiounittest): Update to 1.4.2.
---
 gnu/packages/check.scm | 4 ++--
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]