mud: 1.0.12 -> 1.0.13

This commit is contained in:
R. Ryantm
2025-04-26 03:42:54 +00:00
parent d2c13800de
commit f6355e15ae
+2 -2
View File
@@ -6,14 +6,14 @@
python3Packages.buildPythonApplication rec {
pname = "mud";
version = "1.0.12";
version = "1.0.13";
pyproject = true;
src = fetchFromGitHub {
owner = "jasursadikov";
repo = "mud";
tag = "v${version}";
hash = "sha256-fFSnkodYhV1dokCJq43PwXxjIeAkObYZA3VxhjGZlhM=";
hash = "sha256-DRkr4SYXzYZg7IvPwKGeqcJVDyJr4TdJ4TKuBu7iHEc=";
};
build-system = with python3Packages; [