python314Packages.mwdblib: 4.6.0 -> 4.7.0

Diff: https://github.com/CERT-Polska/mwdblib/compare/v4.6.0...v4.7.0

Changelog: https://github.com/CERT-Polska/mwdblib/releases/tag/v4.7.0
This commit is contained in:
Fabian Affolter
2026-02-11 17:17:37 +01:00
parent 6a825c042e
commit 31ab109bca
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "mwdblib";
version = "4.6.0";
version = "4.7.0";
pyproject = true;
src = fetchFromGitHub {
owner = "CERT-Polska";
repo = "mwdblib";
tag = "v${version}";
hash = "sha256-1oz//6rQiuV/WAv+6qs12ULPhB5nmf7ntcHSAKnRT8E=";
hash = "sha256-eP8q5G97vfe7eN3+/+UF7Qda5/xzwC/GRrTorucjEGo=";
};
build-system = [ setuptools ];