Unverified Commit 78a6b95b authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

morphosis: 48.1 -> 48.2 (#401605)

parents e0c58a3e 7e9c43ef
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@

python3Packages.buildPythonApplication rec {
  pname = "morphosis";
  version = "48.1";
  version = "48.2";
  pyproject = false;

  src = fetchFromGitLab {
@@ -28,7 +28,7 @@ python3Packages.buildPythonApplication rec {
    owner = "World";
    repo = "morphosis";
    tag = version;
    hash = "sha256-8Z1c0TtMAOPxzaFhEHDURTk2islHky8B/EIAdmj5hE0=";
    hash = "sha256-wDEhXIt1iup7QxKsmWUjQZGTEZhOuNjpLqzpqs+TPHo=";
  };

  strictDeps = true;