summary refs log tree commit diff
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2022-03-20 07:28:35 -0700
committerGitHub <noreply@github.com>2022-03-20 07:28:35 -0700
commit10c122eae64603e0ff11e85548aff760a2ca9ab1 (patch)
tree9a3507e8eb2e9b59651fc94e5c632bae779ee44d
parent1a15d67301ac28c129f9a8b4afef22bf5fe97f7f (diff)
parenta4c989b64ff86bb66e29c42524a79dddbfe49369 (diff)
downloadnixpkgs-10c122eae64603e0ff11e85548aff760a2ca9ab1.tar
nixpkgs-10c122eae64603e0ff11e85548aff760a2ca9ab1.tar.gz
nixpkgs-10c122eae64603e0ff11e85548aff760a2ca9ab1.tar.bz2
nixpkgs-10c122eae64603e0ff11e85548aff760a2ca9ab1.tar.lz
nixpkgs-10c122eae64603e0ff11e85548aff760a2ca9ab1.tar.xz
nixpkgs-10c122eae64603e0ff11e85548aff760a2ca9ab1.tar.zst
nixpkgs-10c122eae64603e0ff11e85548aff760a2ca9ab1.zip
Merge pull request #164714 from r-ryantm/auto-update/pyradio
pyradio: 0.8.9.14 -> 0.8.9.15
-rw-r--r--pkgs/applications/audio/pyradio/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/pyradio/default.nix b/pkgs/applications/audio/pyradio/default.nix
index e95e5d9c6d1..ebddac8c539 100644
--- a/pkgs/applications/audio/pyradio/default.nix
+++ b/pkgs/applications/audio/pyradio/default.nix
@@ -2,7 +2,7 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "pyradio";
-  version = "0.8.9.14";
+  version = "0.8.9.15";
 
   propagatedBuildInputs = with python3Packages; [
     requests
@@ -14,7 +14,7 @@ python3Packages.buildPythonApplication rec {
     owner = "coderholic";
     repo = pname;
     rev = version;
-    sha256 = "sha256-9q+YsQPFB7Ql5WnXvPj100cD7pGkmr1hHztqbpZStt8=";
+    sha256 = "sha256-r4T7t8Q46N59jqTkvdKBo6tffkrOYhoO/CZWvkBHOAQ=";
   };
 
   checkPhase = ''