From bf5a9d9fbda996d46aadac6ebf4a0306029efdf1 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 27 May 2023 21:43:28 +0200 Subject: [PATCH] python311Packages.dissect-executable: 1.2 -> 1.3 Diff: https://github.com/fox-it/dissect.executable/compare/refs/tags/1.2...1.3 Changelog: https://github.com/fox-it/dissect.executable/releases/tag/1.3 --- .../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 ca079cf3c94c..64bd4957cd56 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.2"; + version = "1.3"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "fox-it"; repo = "dissect.executable"; rev = "refs/tags/${version}"; - hash = "sha256-I/LwIGce1bebAvjVuFE0rJAuJ/65xMTIim6M0BJR6TI="; + hash = "sha256-YGpClgRVW8l5Ln6e3RrH1RhOSuZ/A6Kfjf1plomWE9U="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version;