python310Packages.sqltrie: 0.0.26 -> 0.0.27

Diff: https://github.com/iterative/sqltrie/compare/refs/tags/0.0.26...0.0.27

Changelog: https://github.com/iterative/sqltrie/releases/tag/0.0.27
This commit is contained in:
Fabian Affolter
2023-02-01 08:08:08 +01:00
parent 4fa16343fc
commit 491be2018c
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "sqltrie";
version = "0.0.26";
version = "0.0.27";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-QxQyxGOt6K3Q/ShdTMgI72lJML4J1+zZj1OoKyPAYVs=";
hash = "sha256-8ymTdbJgRUf9BBNMEVF1lm29qA+N1629cekEohaxt0c=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;