pferd: 3.1.0 -> 3.2.0

This commit is contained in:
be7a 2021-08-05 20:18:14 +02:00
parent 18664a319a
commit aed3d0aedb
No known key found for this signature in database
GPG key ID: 6510870A77F49A99

View file

@ -5,14 +5,14 @@
python3Packages.buildPythonApplication rec {
pname = "pferd";
version = "3.1.0";
version = "3.2.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "Garmelon";
repo = "PFERD";
rev = "v${version}";
sha256 = "08kcl1c8z8qx65dfz5ghmbfqyjgkng4g9ymcnhydiz8j27smkj5d";
sha256 = "0r75a128r8ghrccc1flmpxblfrab5kg6fypzrlfmv2aqhkqg1brb";
};
propagatedBuildInputs = with python3Packages; [