Merge staging-next into staging

main
github-actions[bot] 2 years ago committed by GitHub
commit c231150d01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/applications/finance/irpf/default.nix
  2. 2
      pkgs/development/python-modules/can/default.nix
  3. 2
      pkgs/development/python-modules/pyvo/default.nix

@ -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…
Cancel
Save