summary refs log tree commit diff
path: root/pkgs/development/python-modules/sparse
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-04-02 13:22:23 -0700
committerMatthias Beyer <mail@beyermatthias.de>2019-04-07 13:46:30 +0200
commit54b7817f0b5c3602e61efa8dcb8ff94efaacb7ba (patch)
treebc711249181c75e3332a15c4b69af79f88a4ee4a /pkgs/development/python-modules/sparse
parent2eee9e715027539d4edcf6a55e76ff75929b400d (diff)
downloadnixpkgs-54b7817f0b5c3602e61efa8dcb8ff94efaacb7ba.tar
nixpkgs-54b7817f0b5c3602e61efa8dcb8ff94efaacb7ba.tar.gz
nixpkgs-54b7817f0b5c3602e61efa8dcb8ff94efaacb7ba.tar.bz2
nixpkgs-54b7817f0b5c3602e61efa8dcb8ff94efaacb7ba.tar.lz
nixpkgs-54b7817f0b5c3602e61efa8dcb8ff94efaacb7ba.tar.xz
nixpkgs-54b7817f0b5c3602e61efa8dcb8ff94efaacb7ba.tar.zst
nixpkgs-54b7817f0b5c3602e61efa8dcb8ff94efaacb7ba.zip
python37Packages.sparse: 0.6.0 -> 0.7.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-sparse/versions

(cherry picked from commit ff12415b3635a4253b9f483310712937350a9ec8)
Diffstat (limited to 'pkgs/development/python-modules/sparse')
-rw-r--r--pkgs/development/python-modules/sparse/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/sparse/default.nix b/pkgs/development/python-modules/sparse/default.nix
index d3d78620a3d..f08d8c47c82 100644
--- a/pkgs/development/python-modules/sparse/default.nix
+++ b/pkgs/development/python-modules/sparse/default.nix
@@ -9,11 +9,11 @@
 
 buildPythonPackage rec {
   pname = "sparse";
-  version = "0.6.0";
+  version = "0.7.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "2ac6fcbf68b38b999eae98467cf4880b942c13a72036868f78d65a10aeba808d";
+    sha256 = "0ija4pl8wg36ldsdv5jmqr5i75qi17vijcwwf2jdn1k15kqg35j4";
   };
 
   checkInputs = [ pytest ];