about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2022-05-14 15:29:22 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-05-16 19:50:14 -0700
commit3c2e95f4f02f492d93067e21a619e8e3ee2a0dfe (patch)
treeee57d66d8f6ef69b88d0443af34be3bfc7d108db /pkgs
parent92472153cfa4a847d0ab1c38cb27d5be0417f40c (diff)
python3Packages.pyrfxtrx: 0.28.0 -> 0.29.0
https://github.com/Danielhiversen/pyRFXtrx/releases/tag/0.29.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/pyrfxtrx/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pyrfxtrx/default.nix b/pkgs/development/python-modules/pyrfxtrx/default.nix
index 30dd52e3eeaf8..663440965fd3b 100644
--- a/pkgs/development/python-modules/pyrfxtrx/default.nix
+++ b/pkgs/development/python-modules/pyrfxtrx/default.nix
@@ -7,13 +7,13 @@
 
 buildPythonPackage rec {
   pname = "pyrfxtrx";
-  version = "0.28.0";
+  version = "0.29.0";
 
   src = fetchFromGitHub {
     owner = "Danielhiversen";
     repo = "pyRFXtrx";
     rev = version;
-    hash = "sha256-Ty+yIA8amKyV3z++7n1m/YRH0gEoVIVTdX8xiZYp/eM=";
+    hash = "sha256-0tdT7UIT9F2z9+ufnzaACVxRybWxFjZObYQCd3hcXTk=";
   };
 
   propagatedBuildInputs = [