python312Packages.pyrfxtrx: 0.31.0 -> 0.31.1

Diff: https://github.com/Danielhiversen/pyRFXtrx/compare/refs/tags/0.31.0...0.31.1
This commit is contained in:
Fabian Affolter 2024-04-25 17:32:20 +02:00
parent bf182c39d9
commit 148c6ae940
1 changed files with 2 additions and 2 deletions

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "pyrfxtrx";
version = "0.31.0";
version = "0.31.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "Danielhiversen";
repo = "pyRFXtrx";
rev = "refs/tags/${version}";
hash = "sha256-0t5pPBk8Mzdm6STGtqGMljPjDoW2DTT7x21MEnG512w=";
hash = "sha256-Y9UVJZxm5G5ywNLW8nm162cZTs3/mFeI+ZEUGoc9eAs=";
};
propagatedBuildInputs = [