Merge pull request #270873 from fabaff/sqltrie-bump

python311Packages.sqltrie: 0.8.0 -> 0.9.0
This commit is contained in:
Fabian Affolter 2023-11-29 15:13:00 +01:00 committed by GitHub
commit 920898fa32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "sqltrie";
version = "0.8.0";
version = "0.9.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-9EjvMEpvGjYPUt5qCxv8xXiIxHxXfPEmluA3ZdQU2xI=";
hash = "sha256-4+jj9kRT6AR8u9nIlEkILY+/GQ7EBRd5V2oLeMLSo3o=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;