summary refs log tree commit diff
path: root/pkgs/development/tools/rshell/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-05-24 01:15:34 -0700
committerMario Rodas <marsam@users.noreply.github.com>2019-05-24 01:15:34 -0700
commitc229c046b83d460c40da75a0056c3566242cc30e (patch)
treebf74d17c064b578183ad1d8dcf3f02b755f418e8 /pkgs/development/tools/rshell/default.nix
parentad9f1beab2902f79c4785c8362e9c841fb44f6f2 (diff)
downloadnixpkgs-c229c046b83d460c40da75a0056c3566242cc30e.tar
nixpkgs-c229c046b83d460c40da75a0056c3566242cc30e.tar.gz
nixpkgs-c229c046b83d460c40da75a0056c3566242cc30e.tar.bz2
nixpkgs-c229c046b83d460c40da75a0056c3566242cc30e.tar.lz
nixpkgs-c229c046b83d460c40da75a0056c3566242cc30e.tar.xz
nixpkgs-c229c046b83d460c40da75a0056c3566242cc30e.tar.zst
nixpkgs-c229c046b83d460c40da75a0056c3566242cc30e.zip
rshell: 0.0.14 -> 0.0.25
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rshell/versions
Diffstat (limited to 'pkgs/development/tools/rshell/default.nix')
-rw-r--r--pkgs/development/tools/rshell/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/rshell/default.nix b/pkgs/development/tools/rshell/default.nix
index b6ba02633ac..421aeb9ad91 100644
--- a/pkgs/development/tools/rshell/default.nix
+++ b/pkgs/development/tools/rshell/default.nix
@@ -2,11 +2,11 @@
 
 buildPythonApplication rec {
   pname = "rshell";
-  version = "0.0.14";
+  version = "0.0.25";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "12gh9l13lwnlp330jl3afy3wgfkpjvdxr43flrg9k9kyyhbr191g";
+    sha256 = "f6857cdc3c53c8ce9ba7a560c2759c10b988f3d9fafde912d3fa4deecb4d4664";
   };
 
   propagatedBuildInputs = [ pyserial pyudev ];