Skip to content

Commit e4efa5e

Browse files
committed
iotas: 0.11.2 -> 0.12.5
1 parent 2ac8b8e commit e4efa5e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pkgs/by-name/io/iotas/package.nix

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020

2121
python3.pkgs.buildPythonApplication rec {
2222
pname = "iotas";
23-
version = "0.11.2";
23+
version = "0.12.5";
2424
pyproject = false;
2525

2626
src = fetchFromGitLab {
2727
domain = "gitlab.gnome.org";
2828
owner = "World";
2929
repo = "iotas";
3030
tag = version;
31-
hash = "sha256-nDmofssoaB3BKh6X3Lpi5xftyo9Zw3IUoD3wte0wPM4=";
31+
hash = "sha256-qbUI2hkW3rRiiBWFADuB9KFMf6Maw+WAkdy6dTE+Yo0=";
3232
};
3333

3434
nativeBuildInputs = [
@@ -59,7 +59,6 @@ python3.pkgs.buildPythonApplication rec {
5959
linkify-it-py
6060
mdit-py-plugins
6161
pypandoc
62-
strenum
6362
packaging
6463
];
6564

0 commit comments

Comments
 (0)