pythonPackages.ofxtools: 0.8.20 -> 0.9.5

This commit is contained in:
Shea Levy 2023-01-06 11:59:01 -05:00
parent 0cac47c9cc
commit 066a0dcc5e
No known key found for this signature in database
GPG key ID: 5C0BD6957D86FE27

View file

@ -7,16 +7,16 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "ofxtools"; pname = "ofxtools";
version = "0.8.20"; version = "0.9.5";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.8";
# PyPI distribution does not include tests # PyPI distribution does not include tests
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "csingley"; owner = "csingley";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "1s3fhhmj1acnmqglh39003db0bi451m4hcrkcpyrkqf5m32lslz8"; sha256 = "sha256-NsImnD+erhpakQnl1neuHfSKiV6ipNBMPGKMDM0gwWc=";
}; };
checkInputs = [ nose ]; checkInputs = [ nose ];