1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-19 20:36:27 +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 {
pname = "pytest-sanic";
version = "1.1.2";
version = "1.6.1";
src = fetchPypi {
inherit pname version;
sha256 = "61a60e1b0456b2ceaeeb7173783f3450332c3609017fb6b18176b307f7186d3a";
sha256 = "99e02c28cfa18a0a9af0cd151dddf0eca373279b9bac808733746f7ed7030ecc";
};
propagatedBuildInputs = [