Skip to content

Commit 98fb399

Browse files
committed
python3Packages.cron-converter: 1.2.2 -> 1.3.0
1 parent 5b8b518 commit 98fb399

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/cron-converter

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/cron-converter/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
}:
99
buildPythonPackage rec {
1010
pname = "cron-converter";
11-
version = "1.2.2";
11+
version = "1.3.0";
1212
pyproject = true;
1313

1414
src = fetchFromGitHub {
1515
owner = "Sonic0";
1616
repo = pname;
1717
rev = "v${version}";
18-
hash = "sha256-XpkpEMurRrhq1S4XnhPRW5CCBk+HzljOSQfZ98VJ7UE=";
18+
hash = "sha256-o5rqzOP1svAMj0R6qhMui3uYgyEJEGQOaA8cy5U77hk=";
1919
};
2020

2121
postPatch = ''

0 commit comments

Comments
 (0)