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

python3Packages.nutils: 9.1 -> 9.2 (#501964)

parents b88f75b7 4365d242
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,14 +17,14 @@

buildPythonPackage rec {
  pname = "nutils";
  version = "9.1";
  version = "9.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "evalf";
    repo = "nutils";
    tag = "v${version}";
    hash = "sha256-NmWoRDYOfSweqUhw0KTdXubWgXmVr+odrs1dMLXdHEI=";
    hash = "sha256-Q55nSs7SmB76vG8xJNaSu11vtSuWCXrNn0PRCkTWji4=";
  };

  build-system = [ flit-core ];