Unverified Commit a1275a56 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #231939 from fabaff/pyaussiebb-bump

python310Packages.pyaussiebb: 0.0.16 -> 0.0.18
parents b6c4a707 9bb523f5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "pyaussiebb";
  version = "0.0.16";
  version = "0.0.18";
  format = "pyproject";

  disabled = pythonOlder "3.9";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "yaleman";
    repo = "aussiebb";
    rev = "refs/tags/v${version}";
    hash = "sha256-dbu26QFboqVaSFYlTXsOFA4yhXXNcB4QBCA8PZTphns=";
    hash = "sha256-tEdddVsLFCHRvyLCctDakioiop2xWaJlfGE16P1ukHc=";
  };

  nativeBuildInputs = [