python3Packages.scooby: 0.11.1 -> 0.11.2

This commit is contained in:
R. Ryantm
2026-05-01 11:15:13 +00:00
parent 27c716e17c
commit e19f4cc6f9
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "scooby";
version = "0.11.1";
version = "0.11.2";
pyproject = true;
src = fetchFromGitHub {
owner = "banesullivan";
repo = "scooby";
tag = "v${version}";
hash = "sha256-Wg/cM6G75x3VVZEwdAhfjf6PkefUWLqX/p9GPP2mRls=";
hash = "sha256-PP54hFyoM+QdKik9Gj0H6JhF8Ypqnh9yO/Z42O6NO4A=";
};
build-system = [ setuptools-scm ];