guix-commits
[Top][All Lists]
Advanced

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

06/14: gnu: python-crashtest: Update to 0.3.1.


From: guix-commits
Subject: 06/14: gnu: python-crashtest: Update to 0.3.1.
Date: Thu, 13 Aug 2020 10:35:42 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f1c294e0fa6d2bbd2d9cfb6a0a04e5ca7400ef60
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Aug 13 16:08:55 2020 +0200

    gnu: python-crashtest: Update to 0.3.1.
    
    * gnu/packages/python-xyz.scm (python-crashtest): Update to 0.3.1.
---
 gnu/packages/python-xyz.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 93107b2..caa91d0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8289,14 +8289,13 @@ output.")
 (define-public python-crashtest
   (package
     (name "python-crashtest")
-    (version "0.3.0")
+    (version "0.3.1")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "crashtest" version))
         (sha256
-          (base32
-            "056zzbznl3xfnbblfci8lvcam3h7k7va68vi6asrm4q0ck4nrh79"))))
+          (base32 "1p9p7mn8x2j9psc4jxab98897v4i9s4fliyfw8rp8v4bx1n7pjj2"))))
     (build-system python-build-system)
     (home-page "https://github.com/sdispater/crashtest";)
     (synopsis "Manage Python errors with ease")



reply via email to

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