python3Packages.sqltrie: 0.0.28 -> 0.1.0

This commit is contained in:
Martin Weinelt 2023-02-27 02:14:52 +01:00
parent dc8b9f63f3
commit 1d244b02ca

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "sqltrie";
version = "0.0.28";
version = "0.1.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-i1IFkibQ7VHrkD8KzeInBE4ZbjxAw8nQIeE6O4iYmbw=";
hash = "sha256-98x9kIkOIe5QIIlQ4nA2ewFpCczXB7IZBsSLQgGbdzc=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;