python310Packages.simber: 0.2.3 -> 0.2.4

This commit is contained in:
R. Ryantm 2022-03-11 11:48:45 +00:00
parent 267148d196
commit 580936b136

View file

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "simber";
version = "0.2.3";
version = "0.2.4";
src = fetchFromGitHub {
owner = "deepjyoti30";
repo = pname;
rev = version;
sha256 = "04dp9b4s7zb166vlacsaypc6iw1p75azqas1wf0flp570qqf3rkx";
sha256 = "sha256-P4bhxu9Di4E2Zkd0vIkyDi1S6Y0V/EQSMF4ftWoiXKE=";
};
propagatedBuildInputs = [ colorama ];