mate.python-caja: 1.26.0 -> 1.28.0
https://github.com/mate-desktop/python-caja/compare/v1.26.0...v1.28.0
This commit is contained in:
parent
540493afb9
commit
c135aee3f9
1 changed files with 4 additions and 4 deletions
|
@ -3,19 +3,19 @@
|
|||
, fetchurl
|
||||
, pkg-config
|
||||
, gettext
|
||||
, caja
|
||||
, gtk3
|
||||
, mate
|
||||
, python3Packages
|
||||
, mateUpdateScript
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "python-caja";
|
||||
version = "1.26.0";
|
||||
version = "1.28.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "181zcs1pi3762chm4xraqs8048jm7jzwnvgwla1v3z2nqzpp3xr1";
|
||||
sha256 = "sFbCOdvf4z7QzIQx+zUAqTj3h7Weh19f+TV4umb2gNY=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -25,8 +25,8 @@ stdenv.mkDerivation rec {
|
|||
];
|
||||
|
||||
buildInputs = [
|
||||
caja
|
||||
gtk3
|
||||
mate.caja
|
||||
python3Packages.python
|
||||
python3Packages.pygobject3
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue