isd: 0.6.0 -> 0.6.1 (#451452)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-10-12 21:50:39 +00:00
committed by GitHub
+2 -2
View File
@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication rec {
pname = "isd";
version = "0.6.0";
version = "0.6.1";
pyproject = true;
src = fetchFromGitHub {
owner = "kainctl";
repo = "isd";
tag = "v${version}";
hash = "sha256-0RBalvqa2EM7FsgR4CamqkbKrD5QCrz9stk4ijqZi1Q=";
hash = "sha256-MEfjE0zRxSuBwBkjAz9cKhodS+I4CjjtuvbO+WwL9SM=";
};
build-system = with python3Packages; [