python3Packages.arelle: 2.38.4 -> 2.38.7 (#482183)
This commit is contained in:
@@ -52,14 +52,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "arelle${lib.optionalString (!gui) "-headless"}";
|
||||
version = "2.38.4";
|
||||
version = "2.38.7";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Arelle";
|
||||
repo = "Arelle";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-ngFhY6yngr2OVQ6gsdpk5UAhzIpIrwiw+S+HK3oqfec=";
|
||||
hash = "sha256-9ARMEXqoiBuAnj8hRrA1PqArmTMmRMP1BwASekOTQoc=";
|
||||
};
|
||||
|
||||
outputs = [
|
||||
|
||||
Reference in New Issue
Block a user