python310Packages.pyrfxtrx: 0.27.1 -> 0.28.0

This commit is contained in:
R. Ryantm 2022-03-03 11:16:22 +00:00 committed by Jonathan Ringer
parent fcae1634e8
commit 998052403d

View File

@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "pyrfxtrx";
version = "0.27.1";
version = "0.28.0";
src = fetchFromGitHub {
owner = "Danielhiversen";
repo = "pyRFXtrx";
rev = version;
hash = "sha256-JBU/ApBumdW87fQqMAopzv+UV0f6VsHMiyNqG7BRLgo=";
hash = "sha256-Ty+yIA8amKyV3z++7n1m/YRH0gEoVIVTdX8xiZYp/eM=";
};
propagatedBuildInputs = [