python: jsonpatch: 1.24 -> 1.25
This commit is contained in:
parent
76c885e9ea
commit
91403074bf
1 changed files with 2 additions and 2 deletions
|
@ -6,11 +6,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "jsonpatch";
|
pname = "jsonpatch";
|
||||||
version = "1.24";
|
version = "1.25";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "cbb72f8bf35260628aea6b508a107245f757d1ec839a19c34349985e2c05645a";
|
sha256 = "ddc0f7628b8bfdd62e3cbfbc24ca6671b0b6265b50d186c2cf3659dc0f78fd6a";
|
||||||
};
|
};
|
||||||
|
|
||||||
# test files are missing
|
# test files are missing
|
||||||
|
|
Loading…
Reference in a new issue