dtrx: 8.2.1 -> 8.2.2

This commit is contained in:
R. Ryantm 2022-02-21 07:25:58 +00:00
parent f9e65e44e5
commit 1f3babaa22

View file

@ -21,13 +21,13 @@
python3Packages.buildPythonApplication rec {
pname = "dtrx";
version = "8.2.1";
version = "8.2.2";
src = fetchFromGitHub {
owner = "dtrx-py";
repo = "dtrx";
rev = version;
sha256 = "sha256-ayQ52teXWpw3ZvPhfqxFHxMZatQK9NKv/97ovANFZcE=";
sha256 = "sha256-thtBVGgKRYHOAFuxDvuFxcIHoyYAI58AiNCx4vuVXGs=";
};
postInstall =