Skip to content

Commit

Permalink
python310Packages.cronsim: 2.2 -> 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 29, 2022
1 parent 8f267bd commit 270fe9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/cronsim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

buildPythonPackage rec {
pname = "cronsim";
version = "2.2";
version = "2.3";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-LMMZni8Cipo10mxAQbRadWpPvum76JQuzlrLvFvTt5o=";
hash = "sha256-ebFYIOANXZLmM6cbovwBCJH8Wr/HlJbOR9YGp8Jw7pc=";
};

checkInputs = [
Expand Down

0 comments on commit 270fe9e

Please sign in to comment.