We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c941206 commit 24c9543Copy full SHA for 24c9543
1 file changed
pkgs/development/python-modules/pylast/default.nix
@@ -4,13 +4,13 @@
4
5
buildPythonPackage rec {
6
pname = "pylast";
7
- version = "3.2.1";
+ version = "3.3.0";
8
9
disabled = !isPy3k;
10
11
src = fetchPypi {
12
inherit pname version;
13
- sha256 = "3c984be04c9a22a884c3106a7f75749466d27c68870d6fb7e1f56b71becea7c0";
+ sha256 = "1wqd23bbk5si2mcmswsi486zqnydjjf8g7924gcz6cc1x036lasd";
14
};
15
16
nativeBuildInputs = [ setuptools_scm ];
0 commit comments