distgen: 1.5 -> 1.17
This commit is contained in:
parent
3fd2c02d52
commit
ff75ae097c
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "distgen";
|
||||
version = "1.5";
|
||||
version = "1.17";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "08f9rw5irgv0gw7jizk5f9csn0yhrdnb84k40px1zbypsylvr5c5";
|
||||
sha256 = "sha256-Md6R1thUtPQ7BFZsWmTDuNdD7UHMMFlEVksIJZAyjk4=";
|
||||
};
|
||||
|
||||
nativeCheckInputs = with python3.pkgs; [
|
||||
|
|
Loading…
Reference in a new issue