isso: 0.12.4 -> 0.12.5 (#117582)

This commit is contained in:
Francesco Gazzetta 2021-03-26 17:59:11 +00:00 committed by GitHub
parent ad47284f8b
commit 70900069ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,14 +3,14 @@
with python3Packages; buildPythonApplication rec { with python3Packages; buildPythonApplication rec {
pname = "isso"; pname = "isso";
version = "0.12.4"; version = "0.12.5";
# no tests on PyPI # no tests on PyPI
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "posativ"; owner = "posativ";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "16wjpz8r74fzjvzhl6by3sjc2g1riz8lh59ccgp14bns1yhsh2yi"; sha256 = "12ccfba2kwbfm9h4zhlxrcigi98akbdm4qi89iglr4z53ygzpay5";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
@ -23,7 +23,7 @@ with python3Packages; buildPythonApplication rec {
flask-caching flask-caching
]; ];
buildInputs = [ nativeBuildInputs = [
cffi cffi
]; ];