python3Packages.python-snoo: 0.10.0 -> 0.11.0

This commit is contained in:
R. Ryantm
2026-01-29 11:31:51 +00:00
parent e1ce03f389
commit f4d615ffcf
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "python-snoo";
version = "0.10.0";
version = "0.11.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Lash-L";
repo = "python-snoo";
tag = "v${version}";
hash = "sha256-p0cKIDdSQwryagvHGjydSTR4O5lAPO7UMhw+tSIxZrY=";
hash = "sha256-IbBNdtRZdXrN6dyR0cdKsrx3kxxBTUmfAxmuJy4p5x4=";
};
postPatch = ''