mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-05 13:23:17 +00:00
python: kconfiglib: 13.2.0 -> 13.6.0
This commit is contained in:
parent
a823aa2b48
commit
313cf68f3a
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "kconfiglib";
|
pname = "kconfiglib";
|
||||||
version = "13.2.0";
|
version = "13.6.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "045yjmn6xqbyb68l1jqlgi3c8cwlw1krsrlfwrrgjijkmbx6yqmd";
|
sha256 = "5bd148042654788a30ead478208abd44d5df971013a226b0aabae3c4243561bd";
|
||||||
};
|
};
|
||||||
|
|
||||||
# doesnt work out of the box but might be possible
|
# doesnt work out of the box but might be possible
|
||||||
|
Loading…
Reference in New Issue
Block a user