Unverified Commit 9ef43bb4 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.nhc: 0.5.4 -> 0.6.0 (#448429)

parents aad8c925 95135e60
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

buildPythonPackage rec {
  pname = "nhc";
  version = "0.5.4";
  version = "0.6.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "vandeurenglenn";
    repo = "nhc";
    tag = "v${version}";
    hash = "sha256-IwV6Wav+GTVob2XW0pBhwgbLTFj+U1SG+S2HlJApLZ8=";
    hash = "sha256-eEzubHmnaj1Z7XKlpQff4VLlNNllnBh7pDmNT5Yfw+E=";
  };

  build-system = [ setuptools ];