Unverified Commit 337f4084 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

python3Packages.niapy: 2.6.0 -> 2.6.1 (#466403)

parents 794926b6 dcd19686
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

buildPythonPackage rec {
  pname = "niapy";
  version = "2.6.0";
  version = "2.6.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "NiaOrg";
    repo = "NiaPy";
    tag = "v${version}";
    hash = "sha256-o/JHFPsYMHxSkUMfRbR3SJawbzTsoh6ae0pyxLd1bAs=";
    hash = "sha256-5Cxxug/FyucU+MkWXMtH43AembfZ/kj5r8nId5664z8=";
  };

  build-system = [ poetry-core ];