python3Packages.karton-dashboard: 1.6.0 -> 1.7.0

This commit is contained in:
R. Ryantm
2026-04-01 11:16:09 +00:00
parent 2d93e2aff5
commit b64cdaf13f
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "karton-dashboard";
version = "1.6.0";
version = "1.7.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "CERT-Polska";
repo = "karton-dashboard";
tag = "v${version}";
hash = "sha256-VzBC7IATF8QBtTXMv4vmorAzBlImEsayjenQ2Uz5jIo=";
hash = "sha256-DYfL//i1gJ0ci7jVPtrMKC8j+i5/L8rvmbs8zz6Eq2M=";
};
pythonRelaxDeps = [