mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
boxflat: 1.31.0 -> 1.32.0 (#415179)
Co-authored-by: DaRacci <me@racci.dev>
This commit is contained in:
commit
33b17b2581
1 changed files with 2 additions and 2 deletions
|
@ -13,14 +13,14 @@
|
||||||
|
|
||||||
python3Packages.buildPythonPackage rec {
|
python3Packages.buildPythonPackage rec {
|
||||||
pname = "boxflat";
|
pname = "boxflat";
|
||||||
version = "1.31.0";
|
version = "1.32.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Lawstorant";
|
owner = "Lawstorant";
|
||||||
repo = "boxflat";
|
repo = "boxflat";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-2x7voGnbvaUg1G2SfdjD0QPVXolHkUcrwGyoclnOLMo=";
|
hash = "sha256-zxaBz2ooo+h3a9svtC+j23EhpH8TTQIxjdRDCnhAvJ4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ python3Packages.setuptools ];
|
build-system = [ python3Packages.setuptools ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue