From 417299f004b9aad364e5e87d1cb86599dbee384d Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 7 Dec 2021 12:39:45 +0100 Subject: gnu: python-pytest-console-scripts: Update to 1.2.1. * gnu/packages/python-check.scm (python-pytest-console-scripts): Update to 1.2.1. --- gnu/packages/python-check.scm | 4 ++-- 1 file 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 -- cgit v1.2.3