From 38f5bf745eeef29e5576c4a26d21650af9dab2b4 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 6 Jul 2023 11:46:54 +0200 Subject: [PATCH] python311Packages.dissect-executable: 1.3 -> 1.4 Diff: https://github.com/fox-it/dissect.executable/compare/refs/tags/1.3...1.4 Changelog: https://github.com/fox-it/dissect.executable/releases/tag/1.4 --- .../development/python-modules/dissect-executable/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/dissect-executable/default.nix b/pkgs/development/python-modules/dissect-executable/default.nix index 64bd4957cd56..d8f3e6cb08c2 100644 --- a/pkgs/development/python-modules/dissect-executable/default.nix +++ b/pkgs/development/python-modules/dissect-executable/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "dissect-executable"; - version = "1.3"; + version = "1.4"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "fox-it"; repo = "dissect.executable"; rev = "refs/tags/${version}"; - hash = "sha256-YGpClgRVW8l5Ln6e3RrH1RhOSuZ/A6Kfjf1plomWE9U="; + hash = "sha256-h9eOTWJR0Bd3DY8WDYWqLCl1jYJcqP6cRTgWubf/rKI="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version;