python3Packages.asyncmy: 0.2.10 -> 0.2.11 (#482066)

This commit is contained in:
Nick Cao
2026-01-21 21:43:36 +00:00
committed by GitHub
@@ -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 = [