1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

python312Packages.prisma: 0.14.0 -> 0.15.0

This commit is contained in:
R. Ryantm 2024-08-16 07:04:59 +00:00
parent 6f0fa65707
commit b23f15e0c3

View file

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "prisma";
version = "0.14.0";
version = "0.15.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "RobertCraigie";
repo = "prisma-client-py";
rev = "refs/tags/v${version}";
hash = "sha256-PeKRH+6/D5/VxnhRFhpvtZ85OL8mJDhG7QLn4oRUvfE=";
hash = "sha256-F+Up1HHslralt3NvZZ/wT+CKvzKOjhEEuMEeT0L6NZM=";
};
build-system = [ setuptools ];