smpmgr: 0.13.1 -> 0.13.2 (#434061)

Co-authored-by: otavio <otavio@ossystems.com.br>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-15 21:13:25 +00:00
committed by GitHub
co-authored by otavio
+2 -2
View File
@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication rec {
pname = "smpmgr";
version = "0.13.1";
version = "0.13.2";
pyproject = true;
src = fetchFromGitHub {
owner = "intercreate";
repo = "smpmgr";
tag = version;
hash = "sha256-1m1cuPrQqZl392l1lN5XIKZN2qUhJvv9gCMnELEtoUA=";
hash = "sha256-0yb6PNrC6+u/iX/5xVvXq5gdLF7Hol8VOsmY22Ka8B8=";
};
build-system = with python3Packages; [