python312Packages.dissect-evidence: 3.10 -> 3.11
This commit is contained in:
parent
56f4e06f2a
commit
d90c3fc3db
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "dissect-evidence";
|
pname = "dissect-evidence";
|
||||||
version = "3.10";
|
version = "3.11";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.10";
|
disabled = pythonOlder "3.10";
|
||||||
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
|||||||
owner = "fox-it";
|
owner = "fox-it";
|
||||||
repo = "dissect.evidence";
|
repo = "dissect.evidence";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-VUdJkMtJkWGn79iopeZCTjAoD7mZkRxQaJ9Lem7Wkt8=";
|
hash = "sha256-1MXOlPhiSAOJtX2MDaLFw4tFpp+GaGUxlU3jq/Mereo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [
|
build-system = [
|
||||||
@ -41,7 +41,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Dissect module implementing a parsers for various forensic evidence file containers";
|
description = "Dissect module implementing a parsers for various forensic evidence file containers";
|
||||||
homepage = "https://github.com/fox-it/dissect.evidence";
|
homepage = "https://github.com/fox-it/dissect.evidence";
|
||||||
changelog = "https://github.com/fox-it/dissect.evidence/releases/tag/${version}";
|
changelog = "https://github.com/fox-it/dissect.evidence/releases/tag/${src.tag}";
|
||||||
license = licenses.agpl3Only;
|
license = licenses.agpl3Only;
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user