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

watchgha: 2.6.0 -> 2.7.0 (#483526)

parents 16f4143e d664d17f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
python3Packages.buildPythonApplication rec {
  pname = "watchgha";
  version = "2.6.0";
  version = "2.7.0";
  pyproject = true;

  src = fetchPypi {
    inherit version;
    pname = "watchgha";
    hash = "sha256-D8Asyd2BGjPYWrAqnXRDMKgZVKC5euzBdbgw6EiEC4I=";
    hash = "sha256-EWk/h5eusjgowj6C6h8RgAxkgqju4Ni3A/wWaeDQ3GQ=";
  };

  build-system = with python3Packages; [