mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 05:31:22 +00:00
Merge pull request #60725 from r-ryantm/auto-update/python3.7-peewee
python37Packages.peewee: 3.9.3 -> 3.9.5
This commit is contained in:
commit
58c3930a4f
|
@ -10,14 +10,14 @@
|
|||
buildPythonPackage rec {
|
||||
|
||||
pname = "peewee";
|
||||
version = "3.9.3";
|
||||
version = "3.9.5";
|
||||
|
||||
# pypi release does not provide tests
|
||||
src = fetchFromGitHub {
|
||||
owner = "coleifer";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "1frwwqkk0y1bkcm7bdzbyv2119vv640ncgs4d55zhbs70fxm2ylj";
|
||||
sha256 = "0c2hkkpp9rajnw5px17wd72x95k7wc2a0iy55pjhi5ly2cqd9ylv";
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue