lol

Merge pull request #179712 from r-ryantm/auto-update/python310Packages.cron-descriptor

python310Packages.cron-descriptor: 1.2.24 -> 1.2.27

authored by

Mario Rodas and committed by
GitHub
db8f1420 14a98f15

+3 -3
+3 -3
pkgs/development/python-modules/cron-descriptor/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "cron_descriptor"; 10 - version = "1.2.24"; 10 + version = "1.2.27"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "Salamek"; 14 14 repo = "cron-descriptor"; 15 - rev = version; 16 - sha256 = "sha256-Gf7n8OiFuaN+8MqsXSg9RBPh2gXfPgjJ4xeuinGYKMw="; 15 + rev = "refs/tags/${version}"; 16 + sha256 = "sha256-ycpBbXVUl7mIPx6p4DoVq51T86Im9bkF6LQFSYUL4uk="; 17 17 }; 18 18 19 19 # remove tests_require, as we don't do linting anyways