summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/commoncode
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-09-23 06:11:18 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-09-22 23:23:58 -0700
commitfa1860fec43c5d8c7f243682eb46500f2186b40f (patch)
tree16c29f76ad67b0cf3c8b4ac5359c24eadd6e6de3 /pkgs/development/python-modules/commoncode
parentMerge pull request #139096 from r-ryantm/auto-update/open-policy-agent (diff)
downloadnixpkgs-fa1860fec43c5d8c7f243682eb46500f2186b40f.tar.gz
python38Packages.commoncode: 21.8.27 -> 21.8.31
Diffstat (limited to 'pkgs/development/python-modules/commoncode')
-rw-r--r--pkgs/development/python-modules/commoncode/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/commoncode/default.nix b/pkgs/development/python-modules/commoncode/default.nix
index e7dfb65e7946..136a638c352c 100644
--- a/pkgs/development/python-modules/commoncode/default.nix
+++ b/pkgs/development/python-modules/commoncode/default.nix
@@ -14,11 +14,11 @@
}:
buildPythonPackage rec {
pname = "commoncode";
- version = "21.8.27";
+ version = "21.8.31";
src = fetchPypi {
inherit pname version;
- sha256 = "789ee1798cd74ab4516d2e547473d69717d3b2ed7ee180ab2746e0bdfd0d88a4";
+ sha256 = "0e74c61226834393801e921ab125eae3b52361340278fb9a468c5c691d286c32";
};
dontConfigure = true;