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:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user