summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-10-07 20:51:59 -0700
committerJon <jonringer@users.noreply.github.com>2019-10-07 21:03:59 -0700
commit0b1eed91e2269c4cf8615a76892dc4453f43d8ac (patch)
tree10bbcce32d4b4b247e1298d8e8df79bb820df593
parentpython37Packages.azure-mgmt-storage: 4.0.0 -> 4.1.0 (diff)
downloadnixpkgs-0b1eed91e2269c4cf8615a76892dc4453f43d8ac.tar.gz
python37Packages.cgen: 2017.1 -> 2019.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-cgen/versions
-rw-r--r--pkgs/development/python-modules/cgen/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/cgen/default.nix b/pkgs/development/python-modules/cgen/default.nix
index e0317249fe9f..f6cf985349b9 100644
--- a/pkgs/development/python-modules/cgen/default.nix
+++ b/pkgs/development/python-modules/cgen/default.nix
@@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "cgen";
- version = "2017.1";
+ version = "2019.1";
src = fetchPypi {
inherit pname version;
- sha256 = "a04525d51ee975d37d590d6d82bf80a46e77f75187cccfd2248a89616a778795";
+ sha256 = "04gxzfjy2f9qsg3scg1sx4q4rhw5p036dyqngxyfsai0wvj5ya6m";
};
checkInputs = [ pytest ];