summary refs log tree commit diff
path: root/pkgs/development/python-modules/ipython
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-12-19 20:31:13 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2019-12-30 16:46:43 +0100
commit2e109f7d20c9c42ffcaaf666009c8ae84f44ea7b (patch)
tree3720eb5bae4dfef2d301ff4bbe96dfdd7a29faf1 /pkgs/development/python-modules/ipython
parent45ddc2d9d792ff9833b3395757a422f234802138 (diff)
downloadnixpkgs-2e109f7d20c9c42ffcaaf666009c8ae84f44ea7b.tar
nixpkgs-2e109f7d20c9c42ffcaaf666009c8ae84f44ea7b.tar.gz
nixpkgs-2e109f7d20c9c42ffcaaf666009c8ae84f44ea7b.tar.bz2
nixpkgs-2e109f7d20c9c42ffcaaf666009c8ae84f44ea7b.tar.lz
nixpkgs-2e109f7d20c9c42ffcaaf666009c8ae84f44ea7b.tar.xz
nixpkgs-2e109f7d20c9c42ffcaaf666009c8ae84f44ea7b.tar.zst
nixpkgs-2e109f7d20c9c42ffcaaf666009c8ae84f44ea7b.zip
python: ipython: 7.10.1 -> 7.10.2
Diffstat (limited to 'pkgs/development/python-modules/ipython')
-rw-r--r--pkgs/development/python-modules/ipython/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/ipython/default.nix b/pkgs/development/python-modules/ipython/default.nix
index f67c5ea941a..e18260d1aab 100644
--- a/pkgs/development/python-modules/ipython/default.nix
+++ b/pkgs/development/python-modules/ipython/default.nix
@@ -22,12 +22,12 @@
 
 buildPythonPackage rec {
   pname = "ipython";
-  version = "7.10.1";
+  version = "7.10.2";
   disabled = pythonOlder "3.5";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "03h3m64k8jq0cc48i34g8xq0r68cx3w7wz721mfhr7k06qdv11pi";
+    sha256 = "762d79a62b6aa96b04971e920543f558dfbeedc0468b899303c080c8068d4ac2";
   };
 
   prePatch = lib.optionalString stdenv.isDarwin ''