python310Packages.python-magic: 0.4.26 -> 0.4.27

This commit is contained in:
Sandro Jäckel 2022-06-23 20:05:03 +02:00 committed by Jonathan Ringer
parent 40fc5e0737
commit ef61c5e069

View file

@ -1,6 +1,5 @@
{ lib { lib
, stdenv , stdenv
, python
, buildPythonPackage , buildPythonPackage
, fetchFromGitHub , fetchFromGitHub
, substituteAll , substituteAll
@ -10,13 +9,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "python-magic"; pname = "python-magic";
version = "0.4.26"; version = "0.4.27";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ahupp"; owner = "ahupp";
repo = "python-magic"; repo = "python-magic";
rev = version; rev = version;
sha256 = "sha256-RcKldMwSRroNZNEl0jwuJG9C+3OIPBzk+CjqkxKK/eY="; sha256 = "sha256-fZ+5xJ3P0EYK+6rQ8VzXv2zckKfEH5VUdISIR6ybIfQ=";
}; };
patches = [ patches = [