Update python 3.8 -> 3.9
This commit is contained in:
parent
e6d185b5f7
commit
19b22072c5
4 changed files with 10 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue