Unverified Commit cd3ece30 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.bonsai: 1.5.4 -> 1.5.5 (#492387)

parents 3d3e2610 7c82fe7b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

buildPythonPackage rec {
  pname = "bonsai";
  version = "1.5.4";
  version = "1.5.5";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "noirello";
    repo = "bonsai";
    tag = "v${version}";
    hash = "sha256-1AKdayvkRIY8F9UhuEvGg3uboYh7A/4BkmJ11RkYI9w=";
    hash = "sha256-q0BE1TuxiS01Z83dqDH54XzRgdF3ZszRBJsMIfsvTeU=";
  };

  build-system = [ setuptools ];