python310Packages.ropper: 1.13.7 -> 1.13.8

Diff: https://github.com/sashs/Ropper/compare/v1.13.7...v1.13.8
This commit is contained in:
Fabian Affolter 2023-01-08 19:12:00 +01:00
parent f605337abc
commit 64d437bfbd

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "ropper";
version = "1.13.7";
version = "1.13.8";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "sashs";
repo = "Ropper";
rev = "v${version}";
hash = "sha256-3tWWIYqh/G/b7Z6BMua5bRvtSh4SibT6pv/NArhmqPE=";
hash = "sha256-agbqP5O9QEP5UKkaWI5HxAlMsCBPKNSLnAAo2WFDXS8=";
};
propagatedBuildInputs = [
@ -36,10 +36,10 @@ buildPythonPackage rec {
];
meta = with lib; {
broken = stdenv.isDarwin;
description = "Show information about files in different file formats";
homepage = "https://scoding.de/ropper/";
license = licenses.bsd3;
maintainers = with maintainers; [ bennofs ];
broken = stdenv.isDarwin;
};
}