mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 04:45:39 +00:00
distgen: 1.17 -> 1.18
This commit is contained in:
parent
aaa63b43ee
commit
810afbd5dd
@ -2,11 +2,11 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "distgen";
|
||||
version = "1.17";
|
||||
version = "1.18";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-Md6R1thUtPQ7BFZsWmTDuNdD7UHMMFlEVksIJZAyjk4=";
|
||||
hash = "sha256-lS6OeEaPiK8Pskuoww9KwyNhKnGQ+dHhdPmZn1Igj0Q=";
|
||||
};
|
||||
|
||||
nativeCheckInputs = with python3.pkgs; [
|
||||
|
Loading…
Reference in New Issue
Block a user