python313Packages.python-snoo: 0.6.7 -> 0.7.0 (#433041)

authored by Fabian Affolter and committed by GitHub c7433022 e86e3a7e

+2 -2
+2 -2
pkgs/development/python-modules/python-snoo/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "python-snoo"; 13 - version = "0.6.7"; 13 + version = "0.7.0"; 14 14 pyproject = true; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "Lash-L"; 18 18 repo = "python-snoo"; 19 19 tag = "v${version}"; 20 - hash = "sha256-XHjIrR/lv07wPGDga1XsuHYgqQCgqXCLkhzGH8XTbSU="; 20 + hash = "sha256-AHCQeajCUCDjLmlbSrVmp2C9NB2naXsYAe6mCbWQfmQ="; 21 21 }; 22 22 23 23 postPatch = ''