guix-commits
[Top][All Lists]
Advanced

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

116/145: gnu: python-pytest-timeout: Update to 2.0.2.


From: guix-commits
Subject: 116/145: gnu: python-pytest-timeout: Update to 2.0.2.
Date: Mon, 10 Jan 2022 11:44:17 -0500 (EST)

apteryx pushed a commit to branch version-1.4.0
in repository guix.

commit 12ff700e8b448bd9b733dbf3eba766291b1789e3
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Dec 24 17:52:57 2021 -0500

    gnu: python-pytest-timeout: Update to 2.0.2.
    
    * gnu/packages/check.scm (python-pytest-timeout): Update to 2.0.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 f6f22d3396..d380b8fa80 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1423,14 +1423,14 @@ result back.")
 (define-public python-pytest-timeout
   (package
     (name "python-pytest-timeout")
-    (version "1.4.2")
+    (version "2.0.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pytest-timeout" version))
        (sha256
         (base32
-         "0xnsigs0kmpq1za0d4i522sp3f71x5bgpdh3ski0rs74yqy13cr0"))))
+         "04l1cd2qyp3fbccw95a8nqg682r647v7yil8807dgs7xv9a8pyg6"))))
     (build-system python-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases



reply via email to

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