mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
python38Packages.google-crc32c: 1.1.3 -> 1.2.0
This commit is contained in:
parent
eb71bcd041
commit
69a7a1e1a1
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "google-crc32c";
|
pname = "google-crc32c";
|
||||||
version = "1.1.3";
|
version = "1.2.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "googleapis";
|
owner = "googleapis";
|
||||||
repo = "python-crc32c";
|
repo = "python-crc32c";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1m2hafyfagvyabizr4fhcp2s2s3x56k006fhvl1qzk994qjhyzqk";
|
sha256 = "0snpqmj2avgqvfd7w26g03w78s6phwd8h55bvpjwm4lwj8hm8id7";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ crc32c ];
|
buildInputs = [ crc32c ];
|
||||||
|
Loading…
Reference in New Issue
Block a user