python311Packages.smart-open: 7.0.3 -> 7.0.4

https://github.com/piskvorky/smart_open/releases/tag/v7.0.4
This commit is contained in:
Martin Weinelt 2024-03-28 02:24:45 +01:00
parent 82d206fbb5
commit d34e8544ed
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "smart-open";
version = "7.0.3";
version = "7.0.4";
pyproject = true;
disabled = pythonOlder "3.7";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "RaRe-Technologies";
repo = "smart_open";
rev = "refs/tags/v${version}";
hash = "sha256-2G0sAAUc+fpEY/ggPSRbJjclSJwTFetKmMEBJcz8YFY=";
hash = "sha256-4HOTaF6AKXGlVCvSGKnnaH73aa4IO0aRxz03XQ4gSd8=";
};
build-system = [