Merge pull request #136097 from tnias/update/cozy-audiobooks

cozy: 1.0.3 -> 1.1.2
This commit is contained in:
Martin Weinelt 2021-09-03 13:05:31 +02:00 committed by GitHub
commit 0a15fd6d74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View file

@ -9,8 +9,8 @@
, gst_all_1
, gobject-introspection
, libhandy
, libdazzle
, python3Packages
, file
, cairo
, gettext
, gnome
@ -22,7 +22,7 @@ python3Packages.buildPythonApplication rec {
format = "other"; # no setup.py
pname = "cozy";
version = "1.0.3";
version = "1.1.2";
# Temporary fix
# See https://github.com/NixOS/nixpkgs/issues/57029
@ -33,7 +33,7 @@ python3Packages.buildPythonApplication rec {
owner = "geigi";
repo = pname;
rev = version;
sha256 = "0m0xiqpb87pwr3fhy0a4qxg67yjhwchcxj3x2anyy0li4inryxag";
sha256 = "sha256-QENn8mFMk06/Uj8QJo0mJQ7frJNcv5RVNJwDB+H/LkI=";
};
nativeBuildInputs = [
@ -49,6 +49,7 @@ python3Packages.buildPythonApplication rec {
cairo
gettext
gnome.adwaita-icon-theme
libdazzle
libhandy
pantheon.granite
] ++ (with gst_all_1; [
@ -56,6 +57,7 @@ python3Packages.buildPythonApplication rec {
gst-plugins-good
gst-plugins-ugly
gst-plugins-base
gst-plugins-bad
]);
propagatedBuildInputs = with python3Packages; [

View file

@ -1456,7 +1456,7 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) PCSC;
};
cozy = callPackage ../applications/audio/cozy-audiobooks { };
cozy = callPackage ../applications/audio/cozy { };
cpuid = callPackage ../os-specific/linux/cpuid { };