emcee: 0.7.0 -> 0.8.0

This commit is contained in:
R. Ryantm 2026-07-05 00:25:40 +00:00
commit 498e60d670

View file

@ -8,13 +8,13 @@
buildGoModule (finalAttrs: {
pname = "emcee";
version = "0.7.0";
version = "0.8.0";
src = fetchFromGitHub {
owner = "mattt";
repo = "emcee";
tag = "v${finalAttrs.version}";
hash = "sha256-czOUhaPBxzuqZ72Y3TuzZ8r0Ab3OqGbDPZipkcak3Cw=";
hash = "sha256-S3hSexTjedfmjLuFHXtyiDiKM4NaLeUIJCEl2PKAOCw=";
};
vendorHash = "sha256-e8LPcKue7rhAh03uCRG0VTcwwyj3kDOBoeo3t7Hwvi0=";