morphosis: 48.1 -> 48.2

Diff: https://gitlab.gnome.org/World/morphosis/-/compare/refs/tags/48.1...48.2
This commit is contained in:
Seth Flynn 2025-04-24 21:49:20 -04:00
parent 5cfaab2c5c
commit 7e9c43efd9
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86

View file

@ -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;