mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 20:03:16 +00:00
python310Packages.panflute: 2.1.3 -> 2.1.5
This commit is contained in:
parent
363f20a602
commit
69cb613852
@ -7,14 +7,14 @@
|
||||
}:
|
||||
|
||||
buildPythonPackage rec{
|
||||
version = "2.1.3";
|
||||
version = "2.1.5";
|
||||
pname = "panflute";
|
||||
|
||||
disabled = !isPy3k;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "y5QkT+dmiTuy8XLruCfsPe12G4//qE5MhLZ4ufip/5U=";
|
||||
sha256 = "sha256-7xHcWVoZh51PlonvmoOCBKJGNMpjT7z8jkoO1B65EqE=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user