python3Packages.crc32c: 2.7.1 -> 2.8
https://github.com/ICRAR/crc32c/blob/master/CHANGELOG.md This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -8,14 +8,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "crc32c";
|
||||
version = "2.7.1";
|
||||
version = "2.8";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ICRAR";
|
||||
repo = "crc32c";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-WBFiAbdzV719vPdZkRGei2+Y33RroMZ7FeQmWo/OfE0=";
|
||||
hash = "sha256-LPiKms0fVHmgIiwUNWGTAdGByV+Pmh9dRaF/tro2rKo=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user