nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python37Packages.pylast: 3.2.1 -> 3.3.0

authored by

R. RyanTM and committed by
Jon
24c95430 c9412067

+2 -2
+2 -2
pkgs/development/python-modules/pylast/default.nix
··· 4 4 5 5 buildPythonPackage rec { 6 6 pname = "pylast"; 7 - version = "3.2.1"; 7 + version = "3.3.0"; 8 8 9 9 disabled = !isPy3k; 10 10 11 11 src = fetchPypi { 12 12 inherit pname version; 13 - sha256 = "3c984be04c9a22a884c3106a7f75749466d27c68870d6fb7e1f56b71becea7c0"; 13 + sha256 = "1wqd23bbk5si2mcmswsi486zqnydjjf8g7924gcz6cc1x036lasd"; 14 14 }; 15 15 16 16 nativeBuildInputs = [ setuptools_scm ];