Merge pull request #225624 from fabaff/sqltrie-bump

python310Packages.sqltrie: 0.1.0 -> 0.3.1
This commit is contained in:
Fabian Affolter 2023-04-11 10:18:27 +02:00 committed by GitHub
commit 2fb1affc01
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.1.0";
version = "0.3.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-98x9kIkOIe5QIIlQ4nA2ewFpCczXB7IZBsSLQgGbdzc=";
hash = "sha256-e/3Tq2H9I0zvqq0+q1c3nbz2UiMNX7JpVpVC9suvYRM=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;