python3Packages.blobfile: 3.1.0 -> 3.2.0

https://github.com/christopher-hesse/blobfile/blob/v3.2.0/CHANGES.md
This commit is contained in:
Martin Weinelt
2026-07-13 02:41:53 +02:00
parent c39085348a
commit f4ef9ca361

View File

@@ -11,7 +11,7 @@
buildPythonPackage (finalAttrs: {
pname = "blobfile";
version = "3.1.0";
version = "3.2.0";
pyproject = true;
__structuredAttrs = true;
@@ -20,7 +20,7 @@ buildPythonPackage (finalAttrs: {
owner = "christopher-hesse";
repo = "blobfile";
tag = "v${finalAttrs.version}";
hash = "sha256-aTHEJ1P+v9IWXPg9LN+KG1TlEVJh0qTl8J41iWpoPWk=";
hash = "sha256-6WECMS05upC+M81EtOlEs1K3NKD/z073PqutA/OCMiE=";
};
build-system = [ setuptools ];