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

rshell: 0.0.32 -> 0.0.33
This commit is contained in:
Weijia Wang 2024-07-16 10:19:14 +02:00 committed by GitHub
commit ee2db94334
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,11 +7,11 @@
buildPythonApplication rec { buildPythonApplication rec {
pname = "rshell"; pname = "rshell";
version = "0.0.32"; version = "0.0.33";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-frIwZ21JzVgxRS+KouBjDShHCP1lCoUwwySy2oFGcJ8="; hash = "sha256-yD4F4xZpHaID5aXZ5tbCZB24a/+FtyobmAOV5GOJMMU=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [