From cef45506dc0a91e2cc5c4645cf6c97a92fcf7ce8 Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Sun, 4 Nov 2018 11:35:15 +0100 Subject: [PATCH] python: resampy: 0.1.4 -> 0.2.1 --- pkgs/development/python-modules/resampy/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/resampy/default.nix b/pkgs/development/python-modules/resampy/default.nix index 8e69b423c9b..4f9c4410765 100644 --- a/pkgs/development/python-modules/resampy/default.nix +++ b/pkgs/development/python-modules/resampy/default.nix @@ -11,11 +11,11 @@ buildPythonPackage rec { pname = "resampy"; - version = "0.1.4"; + version = "0.2.1"; src = fetchPypi { inherit pname version; - sha256 = "cf4f149d8699af70a1b4b0769fa16fab21835d936ea7ff25e98446aa49e743d4"; + sha256 = "7f6912ca2b746eb9bcdc05c52fcef088f0b7ba1ca6ee0b2d0a359d18fc57f8f8"; }; checkInputs = [ pytest pytestcov ];