mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-10 22:24:40 +00:00
docify: 1.0.0 -> 1.1.0 (#363067)
Diff: https://github.com/AThePeanut4/docify/compare/refs/tags/v1.0.0...v1.1.0 Changelog: https://github.com/AThePeanut4/docify/releases/tag/v1.1.0
This commit is contained in:
parent
d92224a318
commit
363c25038f
@ -6,14 +6,14 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "docify";
|
pname = "docify";
|
||||||
version = "1.0.0";
|
version = "1.1.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "AThePeanut4";
|
owner = "AThePeanut4";
|
||||||
repo = "docify";
|
repo = "docify";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-pt35Kw0kaZsIGTutXPhjdp8czGtWrSUFWMV3NyFQ/NM=";
|
hash = "sha256-pENahqprTf6weP6qi9CyeQPdNOqr9c/q7j6GO9Lq3N4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = with python3Packages; [
|
build-system = with python3Packages; [
|
||||||
|
Loading…
Reference in New Issue
Block a user