Merge pull request #288106 from dotlambda/holidays-hash

python311Packages.holidays: fix hash
This commit is contained in:
Martin Weinelt 2024-02-11 19:59:22 +01:00 committed by GitHub
commit f105323148
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [