Unverified Commit 6fc12971 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python313Packages.python-snoo: 0.6.3 -> 0.6.4

parent e14f01dd
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.3";
  version = "0.6.4";
  pyproject = true;

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

  postPatch = ''