mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
python310Packages.pyaxmlparser: 0.3.26 -> 0.3.27
This commit is contained in:
parent
5b906c698d
commit
f88db0ef44
@ -1,14 +1,14 @@
|
||||
{ buildPythonPackage, lib, lxml, click, fetchFromGitHub, pytestCheckHook, asn1crypto }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "0.3.26";
|
||||
version = "0.3.27";
|
||||
pname = "pyaxmlparser";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "appknox";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-wD0rN00q4ipKnKubptrgrjNwkBpqsA+ix2xedOOr8Yg=";
|
||||
sha256 = "sha256-NtAsO/I1jDEv676yhAgLguQnB/kHdAqPoLt2QFWbvmw=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ asn1crypto click lxml ];
|
||||
|
Loading…
Reference in New Issue
Block a user