mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 18:24:53 +00:00
python3Packages.peewee: 3.19.0 -> 4.4.0
Diff: https://github.com/coleifer/peewee/compare/3.19.0...4.4.0 Changelog: https://github.com/coleifer/peewee/blob/4.4.0/CHANGELOG.md
This commit is contained in:
@@ -16,14 +16,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "peewee";
|
||||
version = "3.19.0";
|
||||
version = "4.4.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "coleifer";
|
||||
repo = "peewee";
|
||||
tag = version;
|
||||
hash = "sha256-EO8gS5fMZ1GgJV2YMjy15XQGZa72fZF7dgG7RZUE9dA=";
|
||||
hash = "sha256-1wUnxZCN1SKwH32iFU7JKaFtXukMuP3u9jg9dOjy0aM=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user