Merge staging-next into staging
This commit is contained in:
commit
c231150d01
3 changed files with 4 additions and 4 deletions
|
@ -11,13 +11,13 @@
|
||||||
|
|
||||||
stdenvNoCC.mkDerivation rec {
|
stdenvNoCC.mkDerivation rec {
|
||||||
pname = "irpf";
|
pname = "irpf";
|
||||||
version = "2022-1.3";
|
version = "2022-1.4";
|
||||||
|
|
||||||
src = let
|
src = let
|
||||||
year = lib.head (lib.splitVersion version);
|
year = lib.head (lib.splitVersion version);
|
||||||
in fetchzip {
|
in fetchzip {
|
||||||
url = "https://downloadirpf.receita.fazenda.gov.br/irpf/${year}/irpf/arquivos/IRPF${version}.zip";
|
url = "https://downloadirpf.receita.fazenda.gov.br/irpf/${year}/irpf/arquivos/IRPF${version}.zip";
|
||||||
sha256 = "sha256-nAmcVPSnMIWuq2zj1xq/657RmzaSmdtxlI9cp9v5P0A=";
|
sha256 = "sha256-AKBcBkoPDBknUOyndf9hNigzDHjjgi2v0n1Rs+//j/8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ unzip makeWrapper copyDesktopItems ];
|
nativeBuildInputs = [ unzip makeWrapper copyDesktopItems ];
|
||||||
|
|
|
@ -73,7 +73,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "CAN support for Python";
|
description = "CAN support for Python";
|
||||||
homepage = "python-can.readthedocs.io";
|
homepage = "https://python-can.readthedocs.io";
|
||||||
license = licenses.lgpl3Only;
|
license = licenses.lgpl3Only;
|
||||||
maintainers = with maintainers; [ fab sorki ];
|
maintainers = with maintainers; [ fab sorki ];
|
||||||
};
|
};
|
||||||
|
|
|
@ -49,7 +49,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Astropy affiliated package for accessing Virtual Observatory data and services";
|
description = "Astropy affiliated package for accessing Virtual Observatory data and services";
|
||||||
homepage = "github.com/astropy/pyvo";
|
homepage = "https://github.com/astropy/pyvo";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ smaret ];
|
maintainers = with maintainers; [ smaret ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue