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