about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorAleksana <me@aleksana.moe>2024-04-26 18:37:55 +0800
committerGitHub <noreply@github.com>2024-04-26 18:37:55 +0800
commitc896b82b730d460cb95e4612fe119b1523360f9d (patch)
tree6a936bce428598117d70bba4c87c52484e2c2050 /pkgs
parentac83fcb6eea91e193d73bc1ea57cd3c85f34fa8c (diff)
parent471d0807d21fbc965bd28867440010ff2b51b343 (diff)
Merge pull request #306265 from r-ryantm/auto-update/python311Packages.asgineer
python311Packages.asgineer: 0.8.1 -> 0.8.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/asgineer/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/asgineer/default.nix b/pkgs/development/python-modules/asgineer/default.nix
index 9bd266aa1957c..c1fae6959a695 100644
--- a/pkgs/development/python-modules/asgineer/default.nix
+++ b/pkgs/development/python-modules/asgineer/default.nix
@@ -7,15 +7,15 @@
 
 buildPythonPackage rec {
   pname = "asgineer";
-  version = "0.8.1";
+  version = "0.8.2";
   format = "setuptools";
 
   # PyPI tarball doesn't include tests directory
   src = fetchFromGitHub {
     owner = "almarklein";
     repo = pname;
-    rev = "v${version}";
-    sha256 = "0hd1i9pc8m7sc8bkn31q4ygkmnl5vklrcziq9zkdiqaqm8clyhcx";
+    rev = "refs/tags/v${version}";
+    sha256 = "sha256-UYnVlsdEhEAJF21zVmjAXX01K6LQR2I+Dfw5tSsmf5E=";
   };
 
   nativeCheckInputs = [