From d0908c6133f38ffa90d422a9264dcb5954af189a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Roche?= Date: Thu, 15 Oct 2020 00:49:59 +0200 Subject: [PATCH] pythonPackages.pytest-cram: 0.2.0 -> 0.2.2 --- pkgs/development/python-modules/pytest-cram/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/pytest-cram/default.nix b/pkgs/development/python-modules/pytest-cram/default.nix index 237e5ee7355..55ee719cd20 100644 --- a/pkgs/development/python-modules/pytest-cram/default.nix +++ b/pkgs/development/python-modules/pytest-cram/default.nix @@ -1,7 +1,7 @@ -{lib, buildPythonPackage, fetchPypi, pytest, cram, bash}: +{ lib, buildPythonPackage, fetchPypi, pytest, cram, bash }: buildPythonPackage rec { - version = "0.2.0"; + version = "0.2.2"; pname = "pytest-cram"; checkInputs = [ pytest ]; @@ -9,8 +9,8 @@ buildPythonPackage rec { src = fetchPypi { inherit pname version; - sha256 = "006p5dr3q794sbwwmxmdls3nwq0fvnyrxxmc03pgq8n74chl71qn"; - extension = "zip"; + sha256 = "0405ymmrsv6ii2qhq35nxfjkb402sdb6d13xnk53jql3ybgmiqq0"; + extension = "tar.gz"; }; postPatch = ''