python312Packages.coffea: 2024.8.0 -> 2024.8.1
Diff: https://github.com/CoffeaTeam/coffea/compare/refs/tags/v2024.8.0...v2024.8.1 Changelog: https://github.com/CoffeaTeam/coffea/releases/tag/v2024.8.1
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "coffea";
|
||||
version = "2024.8.0";
|
||||
version = "2024.8.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@@ -51,7 +51,7 @@ buildPythonPackage rec {
|
||||
owner = "CoffeaTeam";
|
||||
repo = "coffea";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-ghqJHTvCKAbbHPPwMVGxGqOV3fc25Gocs5VKebcb074=";
|
||||
hash = "sha256-tFNBtjIxcn+Ux+QNWBbRCmCkgMuddodnKmeRCfT3PEs=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
||||
Reference in New Issue
Block a user