Skip to content

Commit

Permalink
python27Packages.crc32c: 2.0 -> 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and FRidh committed Jul 26, 2020
1 parent bb395a9 commit bb2c199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/crc32c/default.nix
@@ -1,14 +1,14 @@
{ lib, buildPythonPackage, fetchFromGitHub }:

buildPythonPackage rec {
version = "2.0";
version = "2.0.1";
pname = "crc32c";

src = fetchFromGitHub {
owner = "ICRAR";
repo = pname;
rev = "v${version}";
sha256 = "15x1sj23n50qdjmi8mjq5wgf5jfn1yv78vjc59wplvl0s50w2dnk";
sha256 = "0vyac7pchh083h5qdjwhhacfq77frkrq1bjzsn51qv1vwcdrpnrf";
};

meta = {
Expand Down

0 comments on commit bb2c199

Please sign in to comment.