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

python313Packages.python-snoo: 0.6.4 -> 0.6.5 (#394057)

parents ca10568f 0e1ea2dc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage rec {
  pname = "python-snoo";
  version = "0.6.4";
  version = "0.6.5";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Lash-L";
    repo = "python-snoo";
    tag = "v${version}";
    hash = "sha256-Lzyh9DbU9opKxx/2eb2yDEmwHCHsDkbcU6Xhqj0qOaU=";
    hash = "sha256-vge7tCtKigBIOyInJVVztLdbr1trXTRu3Xbcst2VZN0=";
  };

  postPatch = ''