python3Packages.python-snoo: 0.6.6 -> 0.6.7

This commit is contained in:
R. Ryantm
2025-07-04 22:20:42 +00:00
parent cc0851f978
commit 836cc4b9aa
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "python-snoo";
version = "0.6.6";
version = "0.6.7";
pyproject = true;
src = fetchFromGitHub {
owner = "Lash-L";
repo = "python-snoo";
tag = "v${version}";
hash = "sha256-Aj9d45EKjv4xAs/Y9/8ew+aDe/GFGSxQeSG1SAObqE0=";
hash = "sha256-XHjIrR/lv07wPGDga1XsuHYgqQCgqXCLkhzGH8XTbSU=";
};
postPatch = ''