3
0
Fork 0
forked from mirrors/nixpkgs

python311Packages.holidays: fix hash

This commit is contained in:
Robert Schütz 2024-02-11 10:11:00 -08:00
parent fd6ea004a0
commit 01cac4444b

View file

@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "vacanza";
repo = "python-holidays";
rev = "refs/tags/v${version}";
hash = "sha256-BVmH3LO0VjIcpS8HoQmP6mHv7zDK0Aw3pS4oiZWhF/4=";
hash = "sha256-oVuzX/H5jj/c4dbPGmXUnZeDbgSd9v9qP2dXe6+PaUQ=";
};
nativeBuildInputs = [