python313Packages.dissect-fve: 4.2 -> 4.5
Diff: https://github.com/fox-it/dissect.fve/compare/4.2...4.5 Changelog: https://github.com/fox-it/dissect.fve/releases/tag/4.5
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
dissect-target,
|
||||
fetchFromGitHub,
|
||||
pycryptodome,
|
||||
pythonOlder,
|
||||
rich,
|
||||
setuptools-scm,
|
||||
setuptools,
|
||||
@@ -15,22 +14,16 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "dissect-fve";
|
||||
version = "4.2";
|
||||
version = "4.5";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "fox-it";
|
||||
repo = "dissect.fve";
|
||||
tag = version;
|
||||
hash = "sha256-OgagTnt4y6Fzd7jbsCgbkTzcsdnozImfdKI9ew9JaqI=";
|
||||
hash = "sha256-Lg29WJfXvjdhGtkZowzXgH9zzockoGkei1s9hgLr/gg=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"pycryptodome"
|
||||
];
|
||||
|
||||
build-system = [
|
||||
setuptools
|
||||
setuptools-scm
|
||||
|
||||
Reference in New Issue
Block a user