guix-commits
[Top][All Lists]
Advanced

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

01/09: gnu: python-subunit: Update to 1.3.0.


From: guix-commits
Subject: 01/09: gnu: python-subunit: Update to 1.3.0.
Date: Sat, 5 Jan 2019 15:55:25 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 4df24531dc5200e46d75f90b67a88b2e076ad591
Author: Efraim Flashner <address@hidden>
Date:   Sat Jan 5 19:26:48 2019 +0200

    gnu: python-subunit: Update to 1.3.0.
    
    * gnu/packages/check.scm (python-subunit): Update to 1.3.0.
    [home-page]: Use https.
---
 gnu/packages/check.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 2d669a3..968e5e3 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -7,7 +7,7 @@
 ;;; Copyright © 2015, 2017 Cyril Roelandt <address@hidden>
 ;;; Copyright © 2015 Federico Beffa <address@hidden>
 ;;; Copyright © 2015 Andreas Enge <address@hidden>
-;;; Copyright © 2015, 2016, 2018 Efraim Flashner <address@hidden>
+;;; Copyright © 2015, 2016, 2018, 2019 Efraim Flashner <address@hidden>
 ;;; Copyright © 2016, 2017 Leo Famulari <address@hidden>
 ;;; Copyright © 2016 Christopher Allan Webber <address@hidden>
 ;;; Copyright © 2016, 2017 Danny Milosavljevic <address@hidden>
@@ -1026,14 +1026,14 @@ use of resources by test cases.")))
 (define-public python-subunit-bootstrap
   (package
     (name "python-subunit-bootstrap")
-    (version "1.2.0")
+    (version "1.3.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "python-subunit" version))
        (sha256
         (base32
-         "1yii2gx3z6323as3iraj1yphj76dy7i3h6kj63pnc5y0hwjs5sgx"))))
+         "1fsw8rsn1s3nklx06mayrg5rn2zbky6wwjc5z07s7rf1wjzfs1wn"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-extras" ,python-extras)
@@ -1042,7 +1042,7 @@ use of resources by test cases.")))
      `(("python-fixtures" ,python-fixtures-bootstrap)
        ("python-hypothesis" ,python-hypothesis)
        ("python-testscenarios" ,python-testscenarios-bootstrap)))
-    (home-page "http://launchpad.net/subunit";)
+    (home-page "https://launchpad.net/subunit";)
     (synopsis "Python implementation of the subunit protocol")
     (description
      "This package is here for bootstrapping purposes only.  Use the regular



reply via email to

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