Merge pull request #332503 from r-ryantm/auto-update/python312Packages.sqltrie

python312Packages.sqltrie: 0.11.0 -> 0.11.1
This commit is contained in:
Fabian Affolter 2024-08-05 21:59:35 +02:00 committed by GitHub
commit a11acac8b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "sqltrie";
version = "0.11.0";
version = "0.11.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-QR5IlMHrDNsauKW3VQG0ibMUwetATuwX4fszGPzKuxg=";
hash = "sha256-elW1hCB0sXc+GyIO0358EwcIn8J1qJZE2pOLAxqxhwA=";
};
nativeBuildInputs = [ setuptools-scm ];