about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pylast
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2017-12-30 12:26:13 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2017-12-31 10:55:14 +0100
commitf4a9470f0d42a72e3fcd010c69cb3d0bbd4e178a (patch)
tree4f7ca697673826a4a5efbc582406bbc139efd83c /pkgs/development/python-modules/pylast
parent9f68606213eb9e358f1b1e0e9cc0a2fe8f3638be (diff)
python: pylast: 1.9.0 -> 2.0.0
Diffstat (limited to 'pkgs/development/python-modules/pylast')
-rw-r--r--pkgs/development/python-modules/pylast/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pylast/default.nix b/pkgs/development/python-modules/pylast/default.nix
index 99bcb9357dc8f..1fcc721150498 100644
--- a/pkgs/development/python-modules/pylast/default.nix
+++ b/pkgs/development/python-modules/pylast/default.nix
@@ -2,12 +2,12 @@
 
 buildPythonPackage rec {
   pname = "pylast";
-  version = "1.9.0";
+  version = "2.0.0";
   name = "${pname}-${version}";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "ae1c4105cbe704d9ac10ba57ac4c26bc576cc33978f1b578101b20c6a2360ca4";
+    sha256 = "8e4d4962aa12d67bd357e1aa596a146b2e97afd943b5c9257e555014d13b3065";
   };
 
   propagatedBuildInputs = [ certifi six ];