python312Packages.python-snoo: 0.6.1 -> 0.6.3

This commit is contained in:
R. Ryantm
2025-03-18 06:15:20 +00:00
parent 7bff569ce4
commit 4fd35ec247
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "python-snoo";
version = "0.6.1";
version = "0.6.3";
pyproject = true;
src = fetchFromGitHub {
owner = "Lash-L";
repo = "python-snoo";
tag = "v${version}";
hash = "sha256-BAR9FRFN1/sKXumKSi6aOOck9NYgJysSP91WdTZxhSQ=";
hash = "sha256-kY8LetiY5wMJ6BMeoWK8al1PDC00ODU8B4CXesxBZSU=";
};
postPatch = ''