python3Packages.jc: 1.25.6 -> 1.25.7

This commit is contained in:
R. Ryantm
2026-06-19 00:41:52 +00:00
parent 46f1d8c165
commit 88ec78e8a6

View File

@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "jc";
version = "1.25.6";
version = "1.25.7";
format = "setuptools";
src = fetchFromGitHub {
owner = "kellyjonbrazil";
repo = "jc";
tag = "v${version}";
hash = "sha256-nq5RyCnsWwFfnrlgmWEZg0gqTaJO9RBHTvtF7mBQ9i4=";
hash = "sha256-aufAR+Y5ocJNWSr8CLIb0TZM6a3B6jqS3Ji1WIOLzBU=";
};
propagatedBuildInputs = [