Commit 224693a1 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files
parent fb323047
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,14 +24,14 @@

buildPythonPackage rec {
  pname = "bambi";
  version = "0.15.0";
  version = "0.16.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "bambinos";
    repo = "bambi";
    tag = version;
    hash = "sha256-G8RKTccsJRcLgTQPTOXAgK6ViVEwIQydUwdAexEJ2bc=";
    hash = "sha256-EKcURfC4IpLGzr5ibzVlUnRHIhwPP+kYYusW9Mk8R/s=";
  };

  build-system = [