tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
mopidy-podcast: 3.0.0 -> 3.0.1
R. Ryantm
2 years ago
3576eb31
8da872fe
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
audio
mopidy
podcast.nix
+2
-2
pkgs/applications/audio/mopidy/podcast.nix
···
2
3
python3Packages.buildPythonApplication rec {
4
pname = "mopidy-podcast";
5
-
version = "3.0.0";
6
7
src = fetchPypi {
8
inherit version;
9
pname = "Mopidy-Podcast";
10
-
sha256 = "1z2b523yvdpcf8p7m7kczrvaw045lmxzhq4qj00dflxa2yw61qxr";
11
};
12
13
propagatedBuildInputs = [
···
2
3
python3Packages.buildPythonApplication rec {
4
pname = "mopidy-podcast";
5
+
version = "3.0.1";
6
7
src = fetchPypi {
8
inherit version;
9
pname = "Mopidy-Podcast";
10
+
sha256 = "sha256-grNPVEVM2PlpYhBXe6sabFjWVB9+q+apIRjcHUxH52A=";
11
};
12
13
propagatedBuildInputs = [