···11{ lib
22, buildPythonPackage
33-, isPy27
43, fetchFromGitHub
54, pymeeus
65, pytz
76, pytestCheckHook
77+, pythonOlder
88}:
991010buildPythonPackage rec {
1111 pname = "convertdate";
1212 version = "2.4.0";
1313- disabled = isPy27;
1313+ format = "setuptools";
14141515- # Tests are not available in the PyPI tarball so use GitHub instead.
1515+ disabled = pythonOlder "3.7";
1616+1617 src = fetchFromGitHub {
1718 owner = "fitnr";
1819 repo = pname;
1920 rev = "v${version}";
2020- sha256 = "sha256-iOHK3UJulXJJR50nhiVgfk3bt+CAtG3BRySJ8DkBuJE=";
2121+ hash = "sha256-iOHK3UJulXJJR50nhiVgfk3bt+CAtG3BRySJ8DkBuJE=";
2122 };
22232324 propagatedBuildInputs = [
···2930 pytestCheckHook
3031 ];
31323232- pythonImportsCheck = [ "convertdate" ];
3333+ pythonImportsCheck = [
3434+ "convertdate"
3535+ ];
33363437 meta = with lib; {
3838+ description = "Utils for converting between date formats and calculating holidays";
3539 homepage = "https://github.com/fitnr/convertdate";
3636- description = "Utils for converting between date formats and calculating holidays";
3740 license = licenses.mit;
3841 maintainers = with maintainers; [ jluttine ];
3942 };
+2-2
pkgs/os-specific/linux/systemd/default.nix
···127127let
128128 wantCurl = withRemote || withImportd;
129129 wantGcrypt = withResolved || withImportd;
130130- version = "250.3";
130130+ version = "250.4";
131131132132 # Bump this variable on every (major) version change. See below (in the meson options list) for why.
133133 # command:
···144144 owner = "systemd";
145145 repo = "systemd-stable";
146146 rev = "v${version}";
147147- sha256 = "sha256-O1XE0BhIuDAlFVX7WIy02M9YTIxLX0Q8atJAYsUgQDQ=";
147147+ sha256 = "sha256-AdzPh7dGVrGbbjL9+PqytQOpRzNDUUEftmKZAbFH3L4=";
148148 };
149149150150 # On major changes, or when otherwise required, you *must* reformat the patches,