mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 03:25:36 +00:00
python37Packages.misaka: 2.1.0 -> 2.1.1 (#52093)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-misaka/versions
This commit is contained in:
parent
f02fc7610c
commit
873cf894f8
@ -1,11 +1,11 @@
|
||||
{ lib, fetchPypi, buildPythonPackage, cffi }:
|
||||
buildPythonPackage rec {
|
||||
pname = "misaka";
|
||||
version = "2.1.0";
|
||||
version = "2.1.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1yqrq3a5rracirmvk52n28nn6ckdaz897gnigv89a9gmyn87sqw7";
|
||||
sha256 = "1mzc29wwyhyardclj1vg2xsfdibg2lzb7f1azjcxi580ama55wv2";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ cffi ];
|
||||
|
Loading…
Reference in New Issue
Block a user