mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
Merge pull request #169204 from r-ryantm/auto-update/vit
vit: 2.1.0 -> 2.2.0
This commit is contained in:
commit
84a384509d
1 changed files with 3 additions and 5 deletions
|
@ -8,18 +8,16 @@ with python3Packages;
|
|||
|
||||
buildPythonApplication rec {
|
||||
pname = "vit";
|
||||
version = "2.1.0";
|
||||
disabled = lib.versionOlder python.version "3.6";
|
||||
version = "2.2.0";
|
||||
disabled = lib.versionOlder python.version "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "fd34f0b827953dfdecdc39f8416d41c50c24576c33a512a047a71c1263eb3e0f";
|
||||
sha256 = "sha256-6GbIc5giuecxUqswyaAJw675R1M8BvelyyRNFcTqKW8=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
pytz
|
||||
tasklib
|
||||
tzlocal
|
||||
urwid
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue