Skip to content

Commit 24c9543

Browse files
r-ryantmJon
authored andcommitted
python37Packages.pylast: 3.2.1 -> 3.3.0
1 parent c941206 commit 24c9543

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/python-modules/pylast/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
buildPythonPackage rec {
66
pname = "pylast";
7-
version = "3.2.1";
7+
version = "3.3.0";
88

99
disabled = !isPy3k;
1010

1111
src = fetchPypi {
1212
inherit pname version;
13-
sha256 = "3c984be04c9a22a884c3106a7f75749466d27c68870d6fb7e1f56b71becea7c0";
13+
sha256 = "1wqd23bbk5si2mcmswsi486zqnydjjf8g7924gcz6cc1x036lasd";
1414
};
1515

1616
nativeBuildInputs = [ setuptools_scm ];

0 commit comments

Comments
 (0)