Skip to content

Commit 78a6b95

Browse files
authored
morphosis: 48.1 -> 48.2 (#401605)
2 parents e0c58a3 + 7e9c43e commit 78a6b95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/mo/morphosis/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020

2121
python3Packages.buildPythonApplication rec {
2222
pname = "morphosis";
23-
version = "48.1";
23+
version = "48.2";
2424
pyproject = false;
2525

2626
src = fetchFromGitLab {
2727
domain = "gitlab.gnome.org";
2828
owner = "World";
2929
repo = "morphosis";
3030
tag = version;
31-
hash = "sha256-8Z1c0TtMAOPxzaFhEHDURTk2islHky8B/EIAdmj5hE0=";
31+
hash = "sha256-wDEhXIt1iup7QxKsmWUjQZGTEZhOuNjpLqzpqs+TPHo=";
3232
};
3333

3434
strictDeps = true;

0 commit comments

Comments
 (0)