about summary refs log tree commit diff
path: root/pkgs/development/python-modules/arrow
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-03-02 22:41:50 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-03-14 00:28:49 +0100
commit31c778cd96aa553183cc5a57dd74bbc23bb778c2 (patch)
tree69931613cf31944eb202b28a28257c3028f6bc49 /pkgs/development/python-modules/arrow
parentf170668a7b71cc44658cbbdb97cf7e2445f67b19 (diff)
python3Packages.arrow: 1.2.1 -> 1.2.2
Diffstat (limited to 'pkgs/development/python-modules/arrow')
-rw-r--r--pkgs/development/python-modules/arrow/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/arrow/default.nix b/pkgs/development/python-modules/arrow/default.nix
index fc66509a194a1..c09610c3be1f7 100644
--- a/pkgs/development/python-modules/arrow/default.nix
+++ b/pkgs/development/python-modules/arrow/default.nix
@@ -12,13 +12,13 @@
 
 buildPythonPackage rec {
   pname = "arrow";
-  version = "1.2.1";
+  version = "1.2.2";
 
   disabled = pythonOlder "3.6";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "c2dde3c382d9f7e6922ce636bf0b318a7a853df40ecb383b29192e6c5cc82840";
+    sha256 = "sha256-Bcrx/T2aEaETWytvCYh0IRU7lFWOXvTQkLVntHFzrCs=";
   };
 
   postPatch = ''