summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-10-06 20:41:12 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-10-06 20:41:12 -0700
commit39744af51be3780dd015c0b65661778d33c726a3 (patch)
tree874616b5aee067c2981abfc253df83ef8b8eb69e
parent3dc58eda52ef935313cd0418264abd1d30d6b4d3 (diff)
downloadnixpkgs-39744af51be3780dd015c0b65661778d33c726a3.tar
nixpkgs-39744af51be3780dd015c0b65661778d33c726a3.tar.gz
nixpkgs-39744af51be3780dd015c0b65661778d33c726a3.tar.bz2
nixpkgs-39744af51be3780dd015c0b65661778d33c726a3.tar.lz
nixpkgs-39744af51be3780dd015c0b65661778d33c726a3.tar.xz
nixpkgs-39744af51be3780dd015c0b65661778d33c726a3.tar.zst
nixpkgs-39744af51be3780dd015c0b65661778d33c726a3.zip
distgen: 1.3 -> 1.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/distgen/versions
-rw-r--r--pkgs/development/tools/distgen/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/distgen/default.nix b/pkgs/development/tools/distgen/default.nix
index dd4cf4d8eb1..7db4db24689 100644
--- a/pkgs/development/tools/distgen/default.nix
+++ b/pkgs/development/tools/distgen/default.nix
@@ -2,11 +2,11 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "distgen";
-  version = "1.3";
+  version = "1.4";
 
   src = python3.pkgs.fetchPypi {
     inherit pname version;
-    sha256 = "03jwy08wgp1lp6208vks1hv9g1f3aj45cml6k99mm3nw1jfnlbbq";
+    sha256 = "13k940xgpci754gmmnhz3j5rfvlg9hdh21j4yjh8dlr6g88qjc1x";
   };
 
   checkInputs = with python3.pkgs; [