rshell: 0.0.31 -> 0.0.32

This commit is contained in:
R. Ryantm 2024-01-26 17:09:03 +00:00
parent 5af80acc9a
commit 24d4f21481

View file

@ -8,13 +8,13 @@
buildPythonApplication rec {
pname = "rshell";
version = "0.0.31";
version = "0.0.32";
disabled = pythonOlder "3.4";
src = fetchPypi {
inherit pname version;
sha256 = "7942b758a9ae5c6ff46516b0317f437dfce9f0721f3a3b635ebd501c9cd38fb9";
sha256 = "sha256-frIwZ21JzVgxRS+KouBjDShHCP1lCoUwwySy2oFGcJ8=";
};
propagatedBuildInputs = [