python3Packages.blockbuster: 1.5.25 -> 1.5.26

https://github.com/cbornet/blockbuster/compare/v1.5.25...v1.5.26
This commit is contained in:
Martin Weinelt
2026-07-15 03:11:53 +02:00
parent 7a8213f821
commit b535dcab38
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "blockbuster";
version = "1.5.25";
version = "1.5.26";
pyproject = true;
src = fetchFromGitHub {
owner = "cbornet";
repo = "blockbuster";
tag = "v${version}";
hash = "sha256-1+Q1IdJXqLAy7kIcVU38TC3dtMeWAn7YOLyGrjCkxD0=";
hash = "sha256-2p1xKThna33nhT3rkp1kfZPVkzsJd42OPs3cHenizJs=";
};
build-system = [ hatchling ];