about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-06-08 22:17:25 +0200
committerGitHub <noreply@github.com>2022-06-08 22:17:25 +0200
commita9aac02f3af17776f0e18e80b22088204555637b (patch)
tree8f9dc38045b3f768e8528781d5344431cfc55497 /pkgs
parentfa5296aacf1a811ebb149deb9fc6402d2ea70d84 (diff)
parentff953a72adfb4c3ca6548e358984a92986ad449d (diff)
Merge pull request #176885 from r-ryantm/auto-update/python310Packages.canonicaljson
python310Packages.canonicaljson: 1.6.1 -> 1.6.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/canonicaljson/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/canonicaljson/default.nix b/pkgs/development/python-modules/canonicaljson/default.nix
index d613bb9e89700..e5ecff7837f94 100644
--- a/pkgs/development/python-modules/canonicaljson/default.nix
+++ b/pkgs/development/python-modules/canonicaljson/default.nix
@@ -9,14 +9,14 @@
 
 buildPythonPackage rec {
   pname = "canonicaljson";
-  version = "1.6.1";
+  version = "1.6.2";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-qTZk9phVbb1Lq5w/xPs1g0zyU12h6gC2t3WNj+K7uCQ=";
+    hash = "sha256-rwC+jOnFiYV98Xa7lFlPDUOw4CfwJ6jXz4l4/bgZAko=";
   };
 
   propagatedBuildInputs = [