about summary refs log tree commit diff
path: root/pkgs/development/python-modules/mapsplotlib
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-07-31 10:56:41 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2020-08-04 21:54:47 +0200
commit6fee146421b9d88acaa3f33d2873334ae57cd16d (patch)
tree507bc512ebd4de84cd2507f9a623106647531166 /pkgs/development/python-modules/mapsplotlib
parentd94f97ae98180c483dd39b62aeace7ec5be845de (diff)
downloadnixlib-6fee146421b9d88acaa3f33d2873334ae57cd16d.tar
nixlib-6fee146421b9d88acaa3f33d2873334ae57cd16d.tar.gz
nixlib-6fee146421b9d88acaa3f33d2873334ae57cd16d.tar.bz2
nixlib-6fee146421b9d88acaa3f33d2873334ae57cd16d.tar.lz
nixlib-6fee146421b9d88acaa3f33d2873334ae57cd16d.tar.xz
nixlib-6fee146421b9d88acaa3f33d2873334ae57cd16d.tar.zst
nixlib-6fee146421b9d88acaa3f33d2873334ae57cd16d.zip
python: mapsplotlib: 1.2.0 -> 1.2.1
Diffstat (limited to 'pkgs/development/python-modules/mapsplotlib')
-rw-r--r--pkgs/development/python-modules/mapsplotlib/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/mapsplotlib/default.nix b/pkgs/development/python-modules/mapsplotlib/default.nix
index a5dd00971d0a..d21d09571ad1 100644
--- a/pkgs/development/python-modules/mapsplotlib/default.nix
+++ b/pkgs/development/python-modules/mapsplotlib/default.nix
@@ -11,13 +11,13 @@
 
 buildPythonPackage rec {
   pname = "mapsplotlib";
-  version = "1.2.0";
+  version = "1.2.1";
 
   disabled = isPy3k;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "e0a18aa0d134407aab6130c314596732d129ff98f9a6084640a07a5b8656f836";
+    sha256 = "7650754e3175f13a1cb4406a62e4cfeb424036377992b9c3c2e3f6c2404d06b3";
   };
 
   propagatedBuildInputs = [ matplotlib scipy pandas requests pillow ];