dtrx: 8.2.2 -> 8.3.1

This commit is contained in:
R. Ryantm 2022-07-07 22:22:39 +00:00
parent b3e5f65dce
commit 58e7457e2a

View File

@ -21,13 +21,13 @@
python3Packages.buildPythonApplication rec {
pname = "dtrx";
version = "8.2.2";
version = "8.3.1";
src = fetchFromGitHub {
owner = "dtrx-py";
repo = "dtrx";
rev = version;
sha256 = "sha256-thtBVGgKRYHOAFuxDvuFxcIHoyYAI58AiNCx4vuVXGs=";
rev = "refs/tags/${version}";
sha256 = "sha256-a8ZHIPunWGwI992HfgdRvJGtDfYUP50kFt/ROAqDO7E=";
};
postInstall =