python312Packages.dissect-executable: 1.7 -> 1.8 (#388932)

This commit is contained in:
Nick Cao
2025-03-11 15:24:52 -04:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "dissect-executable";
version = "1.7";
version = "1.8";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.executable";
tag = version;
hash = "sha256-qr8t+k0m9VoF2hLNilCLJ9BfATLRlZupF2C9l+6OMDo=";
hash = "sha256-6fEaXZTkygd0ZLPFWbtzWadA9VEsp3cd4/he0LxqhMw=";
};
build-system = [
@@ -38,7 +38,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Dissect module implementing a parser for various executable formats such as PE, ELF and Macho-O";
homepage = "https://github.com/fox-it/dissect.executable";
changelog = "https://github.com/fox-it/dissect.executable/releases/tag/${version}";
changelog = "https://github.com/fox-it/dissect.executable/releases/tag/${src.tag}";
license = licenses.agpl3Only;
maintainers = with maintainers; [ fab ];
};