Commit 148c6ae9 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.pyrfxtrx: 0.31.0 -> 0.31.1

parent bf182c39
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [