python3Packages.mayim: 1.3.0 -> 1.3.1

This commit is contained in:
R. Ryantm
2025-12-25 01:47:35 +00:00
parent 657425eae2
commit cbdfcf403b
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "mayim";
version = "1.3.0";
version = "1.3.1";
pyproject = true;
src = fetchFromGitHub {
owner = "ahopkins";
repo = "mayim";
tag = "v${version}";
hash = "sha256-mXGbPPO19H6fsWkvRzYyIVykHRryQo46WtH/XfqSIgY=";
hash = "sha256-RJMPqqmvpwvdRTaVznxGunvC0/KlL0z1GUX1VBTCbwo=";
};
build-system = [