python37Packages.pydub: 0.23.0 -> 0.23.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-pydub/versions
This commit is contained in:
R. RyanTM 2019-01-27 07:53:57 -08:00
parent 4866cbe341
commit 40dd693ba9

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";
};