python311Packages.joblib: 1.3.1 -> 1.3.2

Changelog: https://github.com/joblib/joblib/releases/tag/1.3.2
This commit is contained in:
Fabian Affolter 2023-08-18 17:13:52 +02:00
parent ab0c7af2db
commit 9ba8910d63

View file

@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "joblib";
version = "1.3.1";
version = "1.3.2";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-H5N5Bt9lMpupgBPclpL+IqTF5KZIES3lAFCLGKIbQeM=";
hash = "sha256-kvhl5iHhd4TnlVCAttBCSJ47jilJScxExurDBPWXcrE=";
};
nativeBuildInputs = [