python38Packages.pyradios: 0.0.22 -> 1.0.1
This commit is contained in:
committed by
Fabian Affolter
parent
5f406972a5
commit
37bb0ba9f4
@@ -1,11 +1,11 @@
|
||||
{ lib, buildPythonPackage, fetchPypi, appdirs, requests }:
|
||||
buildPythonPackage rec {
|
||||
pname = "pyradios";
|
||||
version = "0.0.22";
|
||||
version = "1.0.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1bgfb8vz7jybswss16pdzns0qpqfrwa9f2g8qrh1r4mig4xh2dmi";
|
||||
sha256 = "0fd3b234c635d9e628bdadb9dc3a820405631b54977402719a641d2e1cc3f7b6";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user