boxflat: 1.34.2 -> 1.34.2-1
This commit is contained in:
parent
a2a025b8f3
commit
207ae1beaa
@ -14,14 +14,14 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonPackage rec {
|
python3Packages.buildPythonPackage rec {
|
||||||
pname = "boxflat";
|
pname = "boxflat";
|
||||||
version = "1.34.2";
|
version = "1.34.2-1";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Lawstorant";
|
owner = "Lawstorant";
|
||||||
repo = "boxflat";
|
repo = "boxflat";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-u1rhZfYCQC0qm79cMCCBvlHC4F9rwkL6X72rylPhJwE=";
|
hash = "sha256-A18YhQp4USFQ4xoyR1Zc0o0fs5mVFVrvfbdPWvo1NXw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ python3Packages.setuptools ];
|
build-system = [ python3Packages.setuptools ];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user