guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-ddt: Update to 1.4.2.


From: guix-commits
Subject: branch master updated: gnu: python-ddt: Update to 1.4.2.
Date: Tue, 22 Jun 2021 02:35:31 -0400

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 14f72bd  gnu: python-ddt: Update to 1.4.2.
14f72bd is described below

commit 14f72bd48dcba8b626091d4afe8e7106eca6d7d0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jun 22 08:34:51 2021 +0200

    gnu: python-ddt: Update to 1.4.2.
    
    * gnu/packages/python-xyz.scm (python-ddt): Update to 1.4.2.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1268ff2..a989158 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16713,14 +16713,14 @@ can even create animations with the cursor controls.")
 (define-public python-ddt
   (package
     (name "python-ddt")
-    (version "1.4.1")
+    (version "1.4.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "ddt" version))
        (sha256
         (base32
-         "1niqpzc26sxdbyi46r07n4pma5fjx6crww2539vpfmsf0w6yg585"))))
+         "0y2k756qjz1rhpivi60hy29b4bf0bh3wck39i1mn6pkil9k779k4"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-pytest" ,python-pytest)))



reply via email to

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