mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
vit: 2.3.2 -> 2.3.3
This commit is contained in:
parent
2cc9bbf8e5
commit
fbb34d7f0e
1 changed files with 2 additions and 2 deletions
|
@ -10,12 +10,12 @@ with python3Packages;
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "vit";
|
pname = "vit";
|
||||||
version = "2.3.2";
|
version = "2.3.3";
|
||||||
disabled = lib.versionOlder python.version "3.7";
|
disabled = lib.versionOlder python.version "3.7";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-qDfY6GWnDQ44Sh540xQzDwANEI+mLjpy2a7G3sfKIzw=";
|
hash = "sha256-+lrXGfhoB4z5IWkJTXMIm3GGVPfNGO9lUB3uFTx8hDY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue