python3Packages.arrow: 1.2.2 -> 1.2.3

This commit is contained in:
Martin Weinelt 2022-09-14 23:36:01 +02:00
parent bc6e37cbf4
commit b13af2a001

View file

@ -12,13 +12,13 @@
buildPythonPackage rec {
pname = "arrow";
version = "1.2.2";
version = "1.2.3";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-Bcrx/T2aEaETWytvCYh0IRU7lFWOXvTQkLVntHFzrCs=";
sha256 = "sha256-OTSzDKG58pI3bZ2xWxlEYIjRLsWGKbw/DaKP1V+2M6E=";
};
postPatch = ''