Skip to content

Commit

Permalink
python312Packages.pulsectl-asyncio: 1.2.1 -> 1.2.2 (#353285)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Nov 3, 2024
2 parents 6ee487a + 9e686bd commit a2798f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pulsectl-asyncio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

buildPythonPackage rec {
pname = "pulsectl-asyncio";
version = "1.2.1";
version = "1.2.2";
pyproject = true;

disabled = pythonOlder "3.7";
Expand All @@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "mhthies";
repo = "pulsectl-asyncio";
rev = "refs/tags/v${version}";
hash = "sha256-VmogNphVZNJSUKUqp7xADRl78Ooofhl1YYrtYz5MBYc=";
hash = "sha256-lHVLrkFdNM8Y4t6TcXYnX8sQ4COrW3vV2sTDWeI4xZU=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit a2798f0

Please sign in to comment.