about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2021-05-09 21:01:38 +0200
committerGitHub <noreply@github.com>2021-05-09 21:01:38 +0200
commit83e2d49a7f0ac0e96062c269987bce4627f045ad (patch)
tree8afd00e588ab0312dc9046bb96e8a8225c39239e /pkgs
parent4b6d1d32a07bc75b2f2d60a235d421b4ee9d11dc (diff)
parent7ff5c72692e89a9217d0f113cb23afb6a54b58a9 (diff)
Merge pull request #121948 from fabaff/bump-pylast
python3Packages.pylast: 4.2.0 -> 4.2.1
Diffstat (limited to 'pkgs')
-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 b16ea62717a52..5a0a53005bb16 100644
--- a/pkgs/development/python-modules/pylast/default.nix
+++ b/pkgs/development/python-modules/pylast/default.nix
@@ -11,12 +11,12 @@
 
 buildPythonPackage rec {
   pname = "pylast";
-  version = "4.2.0";
+  version = "4.2.1";
   disabled = pythonOlder "3.6";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-w/mkAUUgj7L7Xv+nz1pI1TYKfihH3S3MbxaNQ4VtoH0=";
+    sha256 = "sha256-R1enQk6luuBiobMPDn5x1SXx7zUI/5c8dPtyWkmG/18=";
   };
 
   nativeBuildInputs = [ setuptools-scm ];