3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #199238 from fabaff/flipr-api-bump

python310Packages.flipr-api: 1.4.3 -> 1.4.4
This commit is contained in:
Fabian Affolter 2022-11-03 08:30:56 +01:00 committed by GitHub
commit 00fc4e314a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "flipr-api";
version = "1.4.3";
version = "1.4.4";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "cnico";
repo = pname;
rev = version;
sha256 = "sha256-aTDZB1kUlvvxoio7EAl2KPHW/JkCcuIEPD4T4NN6FX8=";
sha256 = "sha256-LcxLJQ2MAif4yC+/SvO7IEa1lNOV67FgJU1UWT4ope4=";
};
nativeBuildInputs = [