Merge pull request #236995 from fabaff/sqltrie-bump

python311Packages.sqltrie: 0.4.0 -> 0.5.0
This commit is contained in:
Nick Cao 2023-06-10 03:55:53 -06:00 committed by GitHub
commit deacad7975
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.4.0";
version = "0.5.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-GNTp7ryll3V0nmaLIfr3E8krRLcLwFviZfLI0LK1Na0=";
hash = "sha256-caCzFHQG0fnSmIdesk4k1W/VheY1DWxZb2W8/Xen/ZU=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;