about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pylast
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-01-20 11:59:16 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2018-01-20 12:05:27 +0100
commitb1dc19f7c9fa2b0aa62aa013721ba9f37609a283 (patch)
tree53a54c221f38a4c74fb06ae58cf6da67de9293ba /pkgs/development/python-modules/pylast
parent2aae8ca268ef053e80b445c573fe2a149fcb9ae3 (diff)
python: pylast: 2.0.0 -> 2.1.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 1fcc721150498..e9b4db49dbd9b 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 = "2.0.0";
+  version = "2.1.0";
   name = "${pname}-${version}";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "8e4d4962aa12d67bd357e1aa596a146b2e97afd943b5c9257e555014d13b3065";
+    sha256 = "b9b51dc40a7d3ac3eee17ab5b462b8efb7f2c2ff195261ea846ae4e1168e1c5b";
   };
 
   propagatedBuildInputs = [ certifi six ];