python312Packages.asyncmy: 0.2.9 -> 0.2.10

Diff: https://github.com/long2ice/asyncmy/compare/refs/tags/v0.2.9...v0.2.10
This commit is contained in:
Fabian Affolter
2024-12-07 00:24:33 +01:00
parent a01ee2f7f3
commit 2d3107bd02
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "asyncmy";
version = "0.2.9";
version = "0.2.10";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "long2ice";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-BjjC8pvvQfnvaExhei+F4a2eryHiRbI527BZFLpJk2w=";
hash = "sha256-HQZmt22yPYaWfJzL20+jBc855HR4dVW983Z0LrN1Xa0=";
};
nativeBuildInputs = [