Add SHA384 and SHA512 hash algorithms (#2534)

Closes #2533.
This commit is contained in:
Charlie Marsh 2024-03-18 19:23:16 -07:00 committed by GitHub
parent a80d317e6b
commit 80aa03dcba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 139 additions and 16 deletions

View file

@ -537,7 +537,7 @@ impl CacheBucket {
Self::FlatIndex => "flat-index-v0",
Self::Git => "git-v0",
Self::Interpreter => "interpreter-v0",
Self::Simple => "simple-v4",
Self::Simple => "simple-v5",
Self::Wheels => "wheels-v0",
Self::Archive => "archive-v0",
}