mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
iotas: 0.9.5 -> 0.11.0
Diff: https://gitlab.gnome.org/World/iotas/-/compare/0.9.5...0.11.0
This commit is contained in:
parent
cbc2586506
commit
1143516fa7
1 changed files with 4 additions and 4 deletions
|
@ -20,15 +20,15 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "iotas";
|
pname = "iotas";
|
||||||
version = "0.9.5";
|
version = "0.11.0";
|
||||||
pyproject = false;
|
pyproject = false;
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
domain = "gitlab.gnome.org";
|
domain = "gitlab.gnome.org";
|
||||||
owner = "World";
|
owner = "World";
|
||||||
repo = "iotas";
|
repo = "iotas";
|
||||||
rev = version;
|
tag = version;
|
||||||
hash = "sha256-SDapnAGPTi7tnzl3zeNJw2CABhVVAXMyn1bllg8fChw=";
|
hash = "sha256-9YYKVBjidHBWyUqFvxo3tNx5DQkpililCDLZofESYRw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -51,7 +51,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
webkitgtk_6_0
|
webkitgtk_6_0
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = with python3.pkgs; [
|
dependencies = with python3.pkgs; [
|
||||||
pygobject3
|
pygobject3
|
||||||
pygtkspellcheck
|
pygtkspellcheck
|
||||||
requests
|
requests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue