python313Packages.dacite: 1.8.1 -> 1.9.2
https://github.com/konradhalas/dacite/blob/v1.9.2/CHANGELOG.md
This commit is contained in:
committed by
Robert Schütz
parent
aba99cbeb4
commit
41f6c5a37d
@@ -8,7 +8,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "dacite";
|
||||
version = "1.8.1";
|
||||
version = "1.9.2";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
@@ -17,7 +17,7 @@ buildPythonPackage rec {
|
||||
owner = "konradhalas";
|
||||
repo = pname;
|
||||
tag = "v${version}";
|
||||
hash = "sha256-lvObQ+jyBH2s4GOwyDXEAYmG7ZGQN9WDqL8ftNItPCQ=";
|
||||
hash = "sha256-mAPqWvBpkTbtzHpwtCSDXMNkoc8/hbRH3OIEeK2yStU=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user