From c4fee32dc0f36e94f194c5007cb7c17258b45edd Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 27 May 2023 21:47:05 +0200 Subject: [PATCH] python311Packages.dissect-fat: 3.4 -> 3.5 Diff: https://github.com/fox-it/dissect.fat/compare/refs/tags/3.4...3.5 Changelog: https://github.com/fox-it/dissect.fat/releases/tag/3.5 --- pkgs/development/python-modules/dissect-fat/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/dissect-fat/default.nix b/pkgs/development/python-modules/dissect-fat/default.nix index aa0ccecc06e5..ab5457dbfb68 100644 --- a/pkgs/development/python-modules/dissect-fat/default.nix +++ b/pkgs/development/python-modules/dissect-fat/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "dissect-fat"; - version = "3.4"; + version = "3.5"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "fox-it"; repo = "dissect.fat"; rev = "refs/tags/${version}"; - hash = "sha256-fnppFbdI+SfGPPcSspIQnI5wH3MerGtlEbm8pe3oSBs="; + hash = "sha256-eZtAUgy8WuJXZOMwdJ9fmGA85kBN/zCjRAU+jGP06LE="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version;