Merge pull request #54096 from r-ryantm/auto-update/python3.7-peewee
python37Packages.peewee: 3.8.0 -> 3.8.1
This commit is contained in:
commit
a0fc112ae3
@ -10,14 +10,14 @@
|
||||
buildPythonPackage rec {
|
||||
|
||||
pname = "peewee";
|
||||
version = "3.8.0";
|
||||
version = "3.8.1";
|
||||
|
||||
# pypi release does not provide tests
|
||||
src = fetchFromGitHub {
|
||||
owner = "coleifer";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "0kqhpalw1587zaz3fcj13mpzs5950l6fm3qlcfqsfp16h8w0s89f";
|
||||
sha256 = "0z6fdihmvqfg0ysa94g4w2w7146fsi2gnrgh90b4i1s3wj8iaxqy";
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user