1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

python: txaio: 2.10.0 -> 18.7.1

This commit is contained in:
Frederik Rietdijk 2018-08-13 09:34:07 +02:00
parent 59c3a5e875
commit 30ad941dcd

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "txaio";
version = "2.10.0";
version = "18.7.1";
src = fetchPypi {
inherit pname version;
sha256 = "4797f9f6a9866fe887c96abc0110a226dd5744c894dc3630870542597ad30853";
sha256 = "701de939e90bb80f7e085357081552437526752199def5541dddfc34c0b0593f";
};
checkInputs = [ pytest mock ];