portablemc: 4.4.0 -> 4.4.1 (#363815)

This commit is contained in:
Toma
2024-12-29 11:57:13 +01:00
committed by GitHub
+2 -2
View File
@@ -43,7 +43,7 @@ let
in
python3Packages.buildPythonApplication rec {
pname = "portablemc";
version = "4.4.0";
version = "4.4.1";
pyproject = true;
disabled = python3Packages.pythonOlder "3.8";
@@ -52,7 +52,7 @@ python3Packages.buildPythonApplication rec {
owner = "mindstorm38";
repo = "portablemc";
rev = "refs/tags/v${version}";
hash = "sha256-JDosvjbpoDC+xJ15ejcMJd+jA09RLR+whVZblMu+ljk=";
hash = "sha256-KE1qf6aIcDjwKzrdKDUmriWfAt+vuriew6ixHKm0xs8=";
};
patches = [