3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #199606 from fabaff/canonicaljson-bump

python310Packages.canonicaljson: 1.6.3 -> 1.6.4
This commit is contained in:
Mario Rodas 2022-11-04 22:51:27 -05:00 committed by GitHub
commit fa7b12e493
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "canonicaljson";
version = "1.6.3";
version = "1.6.4";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-yll2C8J0qJmg2nWAnWkJrkPlEjOB/W7wQKRNGVLAtEg=";
hash = "sha256-bAmyEZUR8w6xEmz82XOhCCTiDxz9JQOc3j0SGN2cjY8=";
};
nativeBuildInputs = [