python311Packages.sqltrie: 0.0.27 -> 0.0.28

Release: https://github.com/iterative/sqltrie/releases/tag/0.0.28
Diff: https://github.com/iterative/sqltrie/compare/0.0.27...0.0.28

Co-authored-by: @fabaff
This commit is contained in:
superherointj 2023-02-07 09:04:37 -03:00
parent 6b92d2f403
commit 73c0fd813b

View File

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