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:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user