From d116e5e269a7e04aab5c6f96994fd86e207c13bc Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 17 May 2023 21:23:32 +0200 Subject: [PATCH] python311Packages.snapcast: 2.3.2 -> 2.3.3 Diff: https://github.com/happyleavesaoc/python-snapcast/compare/refs/tags/2.3.2...2.3.3 --- pkgs/development/python-modules/snapcast/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/snapcast/default.nix b/pkgs/development/python-modules/snapcast/default.nix index 0ffcbdb135c..9917e4d3f75 100644 --- a/pkgs/development/python-modules/snapcast/default.nix +++ b/pkgs/development/python-modules/snapcast/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "snapcast"; - version = "2.3.2"; + version = "2.3.3"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "happyleavesaoc"; repo = "python-snapcast"; rev = "refs/tags/${version}"; - hash = "sha256-kUUKDcHnWA+saqQM7aCfW9NmhG6DYsB21tlEQ3cYNs4="; + hash = "sha256-IFgSO0PjlFb4XJarx50Xnx6dF4tBKk3sLcoLWVdpnk8="; }; propagatedBuildInputs = [