mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
ghmap: 1.0.2 -> 1.0.3
This commit is contained in:
parent
4420d42422
commit
2af5528da5
1 changed files with 2 additions and 2 deletions
|
@ -6,14 +6,14 @@
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "ghmap";
|
pname = "ghmap";
|
||||||
version = "1.0.2";
|
version = "1.0.3";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "uhourri";
|
owner = "uhourri";
|
||||||
repo = "ghmap";
|
repo = "ghmap";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-ZA7jtcmvjZEIS3iYaTv9rFqeQSqsh8pCxcbpQDUPDfs=";
|
hash = "sha256-hv+44udltQYzLofs1APlEAi8HgT26dvcfK1GT8yfxFw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = with python3Packages; [
|
build-system = with python3Packages; [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue