1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-06 23:31:34 +00:00

python: pytest-sanic: 1.1.2 -> 1.6.1

This commit is contained in:
Frederik Rietdijk 2020-06-06 08:47:27 +02:00
parent 6a078d5884
commit d60441a20e

View file

@ -8,11 +8,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pytest-sanic"; pname = "pytest-sanic";
version = "1.1.2"; version = "1.6.1";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "61a60e1b0456b2ceaeeb7173783f3450332c3609017fb6b18176b307f7186d3a"; sha256 = "99e02c28cfa18a0a9af0cd151dddf0eca373279b9bac808733746f7ed7030ecc";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [