Merge pull request #299196 from r-ryantm/auto-update/python311Packages.prisma

python311Packages.prisma: 0.13.0 -> 0.13.1
This commit is contained in:
Fabian Affolter 2024-03-26 16:11:06 +01:00 committed by GitHub
commit 48435a9ec2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "prisma";
version = "0.13.0";
version = "0.13.1";
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-j9HJZTt4VTq29Q+nynYmRWKx02GVdyA+iZzxZwspXn8=";
hash = "sha256-7pibexiFsyrwC6rVv0CGHRbQU4G3rOXVhQW/7c/vKJA=";
};
build-system = [