Unverified Commit c352b13e authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

isd: 0.6.0 -> 0.6.1 (#451452)

parents d17d4a50 f5d66afd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

python3Packages.buildPythonApplication rec {
  pname = "isd";
  version = "0.6.0";
  version = "0.6.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "kainctl";
    repo = "isd";
    tag = "v${version}";
    hash = "sha256-0RBalvqa2EM7FsgR4CamqkbKrD5QCrz9stk4ijqZi1Q=";
    hash = "sha256-MEfjE0zRxSuBwBkjAz9cKhodS+I4CjjtuvbO+WwL9SM=";
  };

  build-system = with python3Packages; [