Update python 3.8 -> 3.9

This commit is contained in:
Jakob Lechner 2022-04-27 10:32:05 +00:00
parent e6d185b5f7
commit 19b22072c5
No known key found for this signature in database
GPG key ID: 996082EFB5906C10
4 changed files with 10 additions and 10 deletions

View file

@ -1,12 +1,12 @@
{ python38Packages }:
{ python39Packages }:
python38Packages.buildPythonApplication rec {
python39Packages.buildPythonApplication rec {
pname = "mute-indicator";
version = "0.0.1";
src = ./.;
propagatedBuildInputs = with python38Packages; [
propagatedBuildInputs = with python39Packages; [
python
pulsectl
pyserial