python312Packages.python-snoo: 0.6.0 -> 0.6.1

This commit is contained in:
R. Ryantm
2025-03-06 14:22:58 +00:00
parent dcc0ce5ed4
commit c1202f7f9c
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "python-snoo";
version = "0.6.0";
version = "0.6.1";
pyproject = true;
src = fetchFromGitHub {
owner = "Lash-L";
repo = "python-snoo";
tag = "v${version}";
hash = "sha256-d08aISGFAq5iUqH1AdPg4vkg+zNWpVtM0wmEN/xJD1w=";
hash = "sha256-BAR9FRFN1/sKXumKSi6aOOck9NYgJysSP91WdTZxhSQ=";
};
postPatch = ''