mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-07 11:05:30 +03:00
python: python-mimeparse: 0.1.4 -> 1.6.0
This commit is contained in:
parent
70f30cfceb
commit
823a1e1b1e
1 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-mimeparse";
|
||||
version = "0.1.4";
|
||||
version = "1.6.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1hyxg09kaj02ri0rmwjqi86wk4nd1akvv7n0dx77azz76wga4s9w";
|
||||
sha256 = "76e4b03d700a641fd7761d3cd4fdbbdcd787eade1ebfac43f877016328334f78";
|
||||
};
|
||||
|
||||
# error: invalid command 'test'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue