about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-02-01 22:47:40 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-02-02 04:38:14 +0100
commit2e6e8821041397f1b0e1ac230a47572436e225d4 (patch)
tree76f7cf520ed4eab123601a51a7745873614e40f7
parent86d4641beb8a58e6453b11af2c5ab0e95511b8d3 (diff)
python3Packages.aiomusiccast: 0.14.6 -> 0.14.7
Diff: https://github.com/vigonotion/aiomusiccast/compare/refs/tags/0.14.6...0.14.7

Changelog: https://github.com/vigonotion/aiomusiccast/releases/tag/0.14.7
-rw-r--r--pkgs/development/python-modules/aiomusiccast/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aiomusiccast/default.nix b/pkgs/development/python-modules/aiomusiccast/default.nix
index c44fb3ef78e9a..51c43d5cf96a3 100644
--- a/pkgs/development/python-modules/aiomusiccast/default.nix
+++ b/pkgs/development/python-modules/aiomusiccast/default.nix
@@ -9,7 +9,7 @@
 
 buildPythonPackage rec {
   pname = "aiomusiccast";
-  version = "0.14.6";
+  version = "0.14.7";
   format = "pyproject";
 
   disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
     owner = "vigonotion";
     repo = "aiomusiccast";
     rev = "refs/tags/${version}";
-    hash = "sha256-eQBVenB/WIqksohWtCU/3o3TGWMavPjJahlg0yus4aE=";
+    hash = "sha256-6fHTZ5zFiXuyFtZj9cNH5ejLbzx/1cEBUy+fs+Q6O4Y=";
   };
 
   postPatch = ''