Unverified Commit 89369318 authored by Seth Flynn's avatar Seth Flynn
Browse files
parent 24cc3067
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -20,15 +20,15 @@

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

  src = fetchFromGitLab {
    domain = "gitlab.gnome.org";
    owner = "World";
    repo = "morphosis";
    rev = "refs/tags/v${version}";
    hash = "sha256-ZpxenBqC5qr7yNwjld0u7gSBQfL7Kpa4FWE9gkzG0hg=";
    tag = version;
    hash = "sha256-8Z1c0TtMAOPxzaFhEHDURTk2islHky8B/EIAdmj5hE0=";
  };

  strictDeps = true;