Loading pkgs/development/python-modules/nemosis/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, setuptools, hatchling, requests, beautifulsoup4, feather-format, Loading @@ -15,17 +15,17 @@ buildPythonPackage rec { pname = "nemosis"; version = "3.8.0"; version = "3.8.1"; pyproject = true; src = fetchFromGitHub { owner = "UNSW-CEEM"; repo = "NEMOSIS"; tag = "v${version}"; hash = "sha256-vvDASzZvcDx36PnfbAvBi4mlIjBQJFVWv43V2LzGd9g="; hash = "sha256-4Bb9yZUfwkFQVNSVGtg3APXPovos23oHAx4v+6aa7MM="; }; build-system = [ setuptools ]; build-system = [ hatchling ]; dependencies = [ beautifulsoup4 feather-format Loading Loading
pkgs/development/python-modules/nemosis/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, setuptools, hatchling, requests, beautifulsoup4, feather-format, Loading @@ -15,17 +15,17 @@ buildPythonPackage rec { pname = "nemosis"; version = "3.8.0"; version = "3.8.1"; pyproject = true; src = fetchFromGitHub { owner = "UNSW-CEEM"; repo = "NEMOSIS"; tag = "v${version}"; hash = "sha256-vvDASzZvcDx36PnfbAvBi4mlIjBQJFVWv43V2LzGd9g="; hash = "sha256-4Bb9yZUfwkFQVNSVGtg3APXPovos23oHAx4v+6aa7MM="; }; build-system = [ setuptools ]; build-system = [ hatchling ]; dependencies = [ beautifulsoup4 feather-format Loading