about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-06-04 14:18:09 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-06-04 14:18:09 +0200
commitfca9bc364ab130ddf72c0dd9ec2fbf0ef98a9f5a (patch)
tree58dd530a52577c44b04ed3de70fa41cbfbb0c207
parent4ae814f720030aab86dfd6f4372a57da54da8427 (diff)
python311Packages.frigidaire: 0.18.12 -> 0.18.13
Diff: https://github.com/bm1549/frigidaire/compare/refs/tags/0.18.12...0.18.13

Changelog: https://github.com/bm1549/frigidaire/releases/tag/0.18.13
-rw-r--r--pkgs/development/python-modules/frigidaire/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/frigidaire/default.nix b/pkgs/development/python-modules/frigidaire/default.nix
index a5a4c72451cb7..1519347b8ba2e 100644
--- a/pkgs/development/python-modules/frigidaire/default.nix
+++ b/pkgs/development/python-modules/frigidaire/default.nix
@@ -11,7 +11,7 @@
 
 buildPythonPackage rec {
   pname = "frigidaire";
-  version = "0.18.12";
+  version = "0.18.13";
   format = "setuptools";
 
   disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
     owner = "bm1549";
     repo = pname;
     rev = "refs/tags/${version}";
-    hash = "sha256-U6ko6P5/ANGy84GQDuSQq+YArou0TrXH5SIc5x4euvU=";
+    hash = "sha256-FikBV4KjutQfupGPXcVT1h+BfQ099WRrmbrEJOaVCQI=";
   };
 
   postPatch = ''