summary refs log tree commit diff
path: root/gnu/packages/python-check.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-12-07 12:39:45 +0100
committerRicardo Wurmus <rekado@elephly.net>2021-12-07 12:41:14 +0100
commit417299f004b9aad364e5e87d1cb86599dbee384d (patch)
tree0ea9798f4a879669967dfa140bc375cd496087c6 /gnu/packages/python-check.scm
parent6874994fa9b2b811acef5e875002b026724ae220 (diff)
downloadguix-417299f004b9aad364e5e87d1cb86599dbee384d.tar.gz
gnu: python-pytest-console-scripts: Update to 1.2.1.
* gnu/packages/python-check.scm (python-pytest-console-scripts): Update to
1.2.1.
Diffstat (limited to 'gnu/packages/python-check.scm')
-rw-r--r--gnu/packages/python-check.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index d261ccac68..8f527ef628 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -1248,14 +1248,14 @@ also ensuring that the notebooks are running without errors.")
 (define-public python-pytest-console-scripts
   (package
     (name "python-pytest-console-scripts")
-    (version "1.2.0")
+    (version "1.2.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pytest-console-scripts" version))
        (sha256
         (base32
-         "073l2cz11013dl30zjr575ms78j9b2bsbdl1w0gmig37spbkh8aa"))))
+         "1qsw3i2h3psyi5avwf14panx8wxqfik2z7294dy37w8ha415iwn7"))))
     (build-system python-build-system)
     (arguments
      `(#:phases