Skip to content

Commit

Permalink
python37Packages.pylast: 3.2.1 -> 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jon committed Jul 7, 2020
1 parent c941206 commit 24c9543
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pylast/default.nix
Expand Up @@ -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 ];
Expand Down

0 comments on commit 24c9543

Please sign in to comment.