Merge pull request #54705 from r-ryantm/auto-update/python3.7-pydub

python37Packages.pydub: 0.23.0 -> 0.23.1
This commit is contained in:
Jörg Thalheim 2019-01-27 16:48:48 +00:00 committed by GitHub
commit db1d045351
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "pydub";
version = "0.23.0";
version = "0.23.1";
# pypi version doesn't include required data files for tests
src = fetchFromGitHub {
owner = "jiaaro";
repo = pname;
rev = "v${version}";
sha256 = "1ijp9hlxi2d0f1ah9yj9j8cz18i9ny9jwrf2irvz58bgyv29m8bn";
sha256 = "1v0bghy4j2nnkgf1r8rbz4s7war872asyy08pc0x1iy1qs275i7s";
};