maeparser: 1.3.2 -> 1.3.3

This commit is contained in:
R. Ryantm 2025-06-07 01:49:28 +00:00
parent 21391a591d
commit 54e1818d13

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "maeparser";
version = "1.3.2";
version = "1.3.3";
src = fetchFromGitHub {
owner = "schrodinger";
repo = "maeparser";
rev = "v${version}";
sha256 = "sha256-LTE1YGw6DiWnpUGB9x3vFVArcYd8zO49b4tqpqK30eA=";
sha256 = "sha256-xRyf/n8ezmMPMhlQFapVpnT2LReLe7spXB9jFC+VPRA=";
};
nativeBuildInputs = [ cmake ];