Merge pull request #298873 from fabaff/dnfile-bump

python312Packages.dnfile: 0.14.1 -> 0.15.0
This commit is contained in:
Fabian Affolter 2024-03-25 22:05:32 +01:00 committed by GitHub
commit a55160dd10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -9,8 +9,8 @@
buildPythonPackage rec {
pname = "dnfile";
version = "0.14.1";
format = "pyproject";
version = "0.15.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -18,15 +18,15 @@ buildPythonPackage rec {
owner = "malwarefrank";
repo = "dnfile";
rev = "refs/tags/v${version}";
hash = "sha256-5xkoG7c9Piwrv+9qour7MZ+rabdngtd05b0T+AU8tSo=";
hash = "sha256-HzlMJ4utBHyLLhO+u0uiTfqtk8jX80pEyO75QvpJ3yg=";
fetchSubmodules = true;
};
nativeBuildInputs = [
build-system = [
setuptools
];
propagatedBuildInputs = [
dependencies = [
pefile
];