python3Packages.blockbuster: 1.5.23 -> 1.5.25 (#431547)

This commit is contained in:
Pol Dellaiera
2025-08-07 09:49:05 +02:00
committed by GitHub
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "blockbuster";
version = "1.5.23";
version = "1.5.25";
pyproject = true;
src = fetchFromGitHub {
owner = "cbornet";
repo = "blockbuster";
tag = "v${version}";
hash = "sha256-AxRnP8/fIae5ovWQVpfs3ZLIIkxXqVZmuhGjPTX5B/g=";
hash = "sha256-1+Q1IdJXqLAy7kIcVU38TC3dtMeWAn7YOLyGrjCkxD0=";
};
build-system = [ hatchling ];