python3Packages.atproto: 0.0.61 -> 0.0.62 (#436302)

This commit is contained in:
dish
2025-09-01 10:54:21 -04:00
committed by GitHub
@@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "atproto";
version = "0.0.61";
version = "0.0.62";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "MarshalX";
repo = "atproto";
tag = "v${version}";
hash = "sha256-90u/ew5j6kRU8Mow/dXTUXpv2FbEFpKRPGoaWQ7gvSA=";
hash = "sha256-T1Jdg62fSV+5qC486Agsuk6qrDhGSNHq75uvOyvOwpA=";
};
POETRY_DYNAMIC_VERSIONING_BYPASS = version;