Merge pull request #276373 from fabaff/sqltrie-bump

python311Packages.sqltrie: 0.9.0 -> 0.11.0
This commit is contained in:
Nick Cao
2023-12-23 21:01:23 -05:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "sqltrie";
version = "0.9.0";
version = "0.11.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-4+jj9kRT6AR8u9nIlEkILY+/GQ7EBRd5V2oLeMLSo3o=";
hash = "sha256-QR5IlMHrDNsauKW3VQG0ibMUwetATuwX4fszGPzKuxg=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;