about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pylast
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-07-06 23:35:51 +0000
committerJon <jonringer@users.noreply.github.com>2020-07-06 17:28:10 -0700
commit24c9543034d3606cd16dda92cb0307201bd69472 (patch)
tree8f23932722ee2da1264c7fd2c28ed4c18eb73232 /pkgs/development/python-modules/pylast
parentc94120679c6c95a9b4370e4d1201f61c17a55627 (diff)
python37Packages.pylast: 3.2.1 -> 3.3.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 060dc02a03a1e..10449717ea45e 100644
--- a/pkgs/development/python-modules/pylast/default.nix
+++ b/pkgs/development/python-modules/pylast/default.nix
@@ -4,13 +4,13 @@
 
 buildPythonPackage rec {
   pname = "pylast";
-  version = "3.2.1";
+  version = "3.3.0";
 
   disabled = !isPy3k;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "3c984be04c9a22a884c3106a7f75749466d27c68870d6fb7e1f56b71becea7c0";
+    sha256 = "1wqd23bbk5si2mcmswsi486zqnydjjf8g7924gcz6cc1x036lasd";
   };
 
   nativeBuildInputs = [ setuptools_scm ];