python3Packages.asyncmy: 0.2.10 -> 0.2.11

This commit is contained in:
R. Ryantm
2026-01-20 20:23:41 +00:00
parent 0fae44bd1d
commit 7c144469bc
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "asyncmy";
version = "0.2.10";
version = "0.2.11";
pyproject = true;
src = fetchFromGitHub {
owner = "long2ice";
repo = "asyncmy";
tag = "v${version}";
hash = "sha256-pWAUvHWtmpPlKh6YGJqhubQzIUSB0LeVanqfziOMWIM=";
hash = "sha256-+6sXXlSAZr09nPuJtZH8S2UfijFthDpRA/AdGOyIfxU=";
};
nativeBuildInputs = [