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 11 buildPythonPackage rec { 12 pname = "python-snoo"; 13 - version = "0.6.7"; 14 pyproject = true; 15 16 src = fetchFromGitHub { 17 owner = "Lash-L"; 18 repo = "python-snoo"; 19 tag = "v${version}"; 20 - hash = "sha256-XHjIrR/lv07wPGDga1XsuHYgqQCgqXCLkhzGH8XTbSU="; 21 }; 22 23 postPatch = ''
··· 10 11 buildPythonPackage rec { 12 pname = "python-snoo"; 13 + version = "0.7.0"; 14 pyproject = true; 15 16 src = fetchFromGitHub { 17 owner = "Lash-L"; 18 repo = "python-snoo"; 19 tag = "v${version}"; 20 + hash = "sha256-AHCQeajCUCDjLmlbSrVmp2C9NB2naXsYAe6mCbWQfmQ="; 21 }; 22 23 postPatch = ''