pyradio: 0.9.3.9 -> 0.9.3.11 (#338991)

This commit is contained in:
Nikolay Korotkiy 2024-09-02 23:44:43 +04:00 committed by GitHub
commit 99d58d3d2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

View File

@ -6,13 +6,13 @@
python3Packages.buildPythonApplication rec {
pname = "pyradio";
version = "0.9.3.9";
version = "0.9.3.11";
src = fetchFromGitHub {
owner = "coderholic";
repo = "pyradio";
rev = "refs/tags/${version}";
hash = "sha256-EoHCOg4nPkKRSFX/3AUKJaXzS6J1quwtv+mKeKBu5Ns=";
hash = "sha256-JvvnzIA5xhHgH87g0j60Ul0FHGhA88knsEFf1n2MQ84=";
};
nativeBuildInputs = [

View File

@ -16906,8 +16906,6 @@ with pkgs;
pw-volume = callPackage ../tools/audio/pw-volume { };
pyradio = callPackage ../applications/audio/pyradio { };
racket = callPackage ../development/interpreters/racket {
inherit (darwin.apple_sdk.frameworks) CoreFoundation;
};