Skip to content

Commit

Permalink
Merge pull request NixOS#239422 from r-ryantm/auto-update/python310Pa…
Browse files Browse the repository at this point in the history
…ckages.jc

python310Packages.jc: 1.23.2 -> 1.23.3
  • Loading branch information
Atemu authored Jun 23, 2023
2 parents a2a7650 + cc573dc commit 0ec28ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/jc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

buildPythonPackage rec {
pname = "jc";
version = "1.23.2";
version = "1.23.3";
disabled = pythonOlder "3.6";

src = fetchFromGitHub {
owner = "kellyjonbrazil";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-nj7HyYjo5jDnA+H5/er/GPgC/bUR0UYBqu5zOSDA4p0=";
hash = "sha256-feD/8GLkewfVwtGRZs8YaWnb96bFICpcH6nkJmCmPgs=";
};

propagatedBuildInputs = [ ruamel-yaml xmltodict pygments ];
Expand Down

0 comments on commit 0ec28ce

Please sign in to comment.