1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 19:51:17 +00:00

Merge pull request #282209 from r-ryantm/auto-update/mopidy-podcast

mopidy-podcast: 3.0.0 -> 3.0.1
This commit is contained in:
Nick Cao 2024-01-20 09:58:55 -05:00 committed by GitHub
commit 08fa966348
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,12 +2,12 @@
python3Packages.buildPythonApplication rec {
pname = "mopidy-podcast";
version = "3.0.0";
version = "3.0.1";
src = fetchPypi {
inherit version;
pname = "Mopidy-Podcast";
sha256 = "1z2b523yvdpcf8p7m7kczrvaw045lmxzhq4qj00dflxa2yw61qxr";
sha256 = "sha256-grNPVEVM2PlpYhBXe6sabFjWVB9+q+apIRjcHUxH52A=";
};
propagatedBuildInputs = [