pythonPackages.python-vipaccess: 0.10.3 -> 0.12
This commit is contained in:
parent
2c396925c3
commit
3696ca1592
|
@ -1,7 +1,6 @@
|
|||
{ stdenv
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, lxml
|
||||
, oath
|
||||
, pycryptodome
|
||||
, requests
|
||||
|
@ -10,15 +9,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-vipaccess";
|
||||
version = "0.10.3";
|
||||
version = "0.12";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1m6b7qipiaj6pz86kjhyq5m5jxxijpk58gpsdkj5bn0wjl6x1pg2";
|
||||
sha256 = "0g6mmf896wp036263zkkvi3ff59zcrzssjsw7csfmbisiszgdnrj";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
lxml
|
||||
oath
|
||||
pycryptodome
|
||||
requests
|
||||
|
|
Loading…
Reference in New Issue