Unverified Commit 76f57d43 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.python-snoo: 0.9.0 -> 0.10.0 (#456034)

parents 97718d27 441028ed
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonPackage rec {
  pname = "python-snoo";
  version = "0.9.0";
  version = "0.10.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Lash-L";
    repo = "python-snoo";
    tag = "v${version}";
    hash = "sha256-HLX8eVhAZbydZNbBAwi7F4qloZImPZlts4CDyFLIeGE=";
    hash = "sha256-p0cKIDdSQwryagvHGjydSTR4O5lAPO7UMhw+tSIxZrY=";
  };

  postPatch = ''