mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 18:38:34 +00:00
python3Packages.dockerfile-parse: 1.1.0 -> 1.2.0
This commit is contained in:
parent
9266f0ae08
commit
3ea9c53d55
@ -1,12 +1,12 @@
|
||||
{ lib, buildPythonPackage, fetchPypi, six, pytestcov, pytest }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "1.1.0";
|
||||
version = "1.2.0";
|
||||
pname = "dockerfile-parse";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "f37bfa327fada7fad6833aebfaac4a3aaf705e4cf813b737175feded306109e8";
|
||||
sha256 = "07e65eec313978e877da819855870b3ae47f3fac94a40a965b9ede10484dacc5";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user