mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
pykickstart: 3.63 -> 3.64 (#407083)
This commit is contained in:
commit
7983fa6d8f
1 changed files with 3 additions and 3 deletions
|
@ -8,13 +8,13 @@
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "pykickstart";
|
pname = "pykickstart";
|
||||||
version = "3.63";
|
version = "3.64";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pykickstart";
|
owner = "pykickstart";
|
||||||
repo = "pykickstart";
|
repo = "pykickstart";
|
||||||
tag = "r${version}";
|
tag = "r${version}";
|
||||||
hash = "sha256-U/P+aGFz8YO7qqHUCCO87uPgQc8sVCVbwG0/toWKq3g=";
|
hash = "sha256-EDbS06d/lFOSxI/qP7Uovr1qgJqlRyH7gfHnAevHo6o=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = with python3Packages; [
|
build-system = with python3Packages; [
|
||||||
|
@ -37,7 +37,7 @@ python3Packages.buildPythonApplication rec {
|
||||||
meta = {
|
meta = {
|
||||||
description = "Python package to interact with Kickstart files commonly found in the RPM world";
|
description = "Python package to interact with Kickstart files commonly found in the RPM world";
|
||||||
homepage = "https://github.com/pykickstart/pykickstart";
|
homepage = "https://github.com/pykickstart/pykickstart";
|
||||||
changelog = "https://github.com/pykickstart/pykickstart/releases/tag/r${version}";
|
changelog = "https://github.com/pykickstart/pykickstart/releases/tag/r${src.tag}";
|
||||||
license = lib.licenses.gpl2Only;
|
license = lib.licenses.gpl2Only;
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
thefossguy
|
thefossguy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue