···2424 </para>
2525 </listitem>
2626 <listitem>
2727+ <para>The default Linux kernel was updated to the 5.10 LTS series, coming from the 5.4 LTS series.</para>
2828+ </listitem>
2929+ <listitem>
2730 <para>GNOME desktop environment was upgraded to 3.38, see its <link xlink:href="https://help.gnome.org/misc/release-notes/3.38/">release notes</link>.</para>
2831 </listitem>
2932 <listitem>
···13131414buildPythonPackage rec {
1515 pname = "botocore";
1616- version = "1.20.40"; # N.B: if you change this, change boto3 and awscli to a matching version
1616+ version = "1.20.41"; # N.B: if you change this, change boto3 and awscli to a matching version
17171818 src = fetchPypi {
1919 inherit pname version;
2020- sha256 = "sha256-ajWpl3zb16g52UjdX549JgwZt93nTgqETJcgaITTu6A=";
2020+ sha256 = "sha256-Y/ZQ/Ja84UHoGUp2HmiQ/qL7puASU676Ma5p8UUBXCE=";
2121 };
22222323 propagatedBuildInputs = [
···2121in
2222with py.pkgs; buildPythonApplication rec {
2323 pname = "awscli";
2424- version = "1.19.40"; # N.B: if you change this, change botocore and boto3 to a matching version too
2424+ version = "1.19.41"; # N.B: if you change this, change botocore and boto3 to a matching version too
25252626 src = fetchPypi {
2727 inherit pname version;
2828- sha256 = "sha256-J1IuTA/DrBCDclRA3cjAU71Um4Eygjgo+rMTyvT/my4=";
2828+ sha256 = "sha256-DKKE2iMn6BHmcohHY6Uv7q9Om8FkbTbsk0CaxueBJHA=";
2929 };
30303131 # https://github.com/aws/aws-cli/issues/4837
+2-2
pkgs/tools/audio/abcmidi/default.nix
···2233stdenv.mkDerivation rec {
44 pname = "abcMIDI";
55- version = "2021.03.27";
55+ version = "2021.03.30";
6677 src = fetchzip {
88 url = "https://ifdo.ca/~seymour/runabc/${pname}-${version}.zip";
99- sha256 = "sha256-dOUdxH1jJUr9MkU6mf0nwbjY5NYUJpHGkjUZWbRSGsw=";
99+ sha256 = "sha256-eOQbvs/mtFn7AmvSezO/jRm8+cO5tF7ggcF9DwwfqVc=";
1010 };
11111212 meta = with lib; {