forked from mirrors/nixpkgs
python3Packages.watchgod: 0.7 -> 0.8.1
This commit is contained in:
parent
f7510b2806
commit
d47d2c0bc3
|
@ -5,11 +5,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "watchgod";
|
||||
version = "0.7";
|
||||
version = "0.8.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0aagm0n5fkpzdsfgl0r21gkz5qaicgq3f4rqz2fdvsgbn1i0s528";
|
||||
sha256 = "sha256-wS0V8999EedAcE5FOYJ3918dePRq1Zyp11Bb/YuNMIY=";
|
||||
};
|
||||
|
||||
# no tests in release
|
||||
|
|
Loading…
Reference in a new issue