Merge pull request #284063 from r-ryantm/auto-update/rshell

rshell: 0.0.31 -> 0.0.32
This commit is contained in:
Weijia Wang 2024-02-04 20:33:32 +01:00 committed by GitHub
commit b82a80d4fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 = [